Skip to content

Commit f59c55b

Browse files
committed
4.0.0
1 parent 5bd906b commit f59c55b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-heading-range",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "mdast utility to use headings as ranges in mdast",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ npm install mdast-util-heading-range
5959
In Deno with [`esm.sh`][esmsh]:
6060

6161
```js
62-
import {headingRange} from 'https://esm.sh/mdast-util-heading-range@3'
62+
import {headingRange} from 'https://esm.sh/mdast-util-heading-range@4'
6363
```
6464

6565
In browsers with [`esm.sh`][esmsh]:
6666

6767
```html
6868
<script type="module">
69-
import {headingRange} from 'https://esm.sh/mdast-util-heading-range@3?bundle'
69+
import {headingRange} from 'https://esm.sh/mdast-util-heading-range@4?bundle'
7070
</script>
7171
```
7272

0 commit comments

Comments
 (0)