We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd906b commit f59c55bCopy full SHA for f59c55b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-heading-range",
3
- "version": "3.1.1",
+ "version": "4.0.0",
4
"description": "mdast utility to use headings as ranges in mdast",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -59,14 +59,14 @@ npm install mdast-util-heading-range
59
In Deno with [`esm.sh`][esmsh]:
60
61
```js
62
-import {headingRange} from 'https://esm.sh/mdast-util-heading-range@3'
+import {headingRange} from 'https://esm.sh/mdast-util-heading-range@4'
63
```
64
65
In browsers with [`esm.sh`][esmsh]:
66
67
```html
68
<script type="module">
69
- import {headingRange} from 'https://esm.sh/mdast-util-heading-range@3?bundle'
+ import {headingRange} from 'https://esm.sh/mdast-util-heading-range@4?bundle'
70
</script>
71
72
0 commit comments