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 ad8812e commit 6ba9034Copy full SHA for 6ba9034
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-shift-heading",
3
- "version": "3.0.1",
+ "version": "4.0.0",
4
"description": "hast utility to change heading rank (or depth, level)",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -51,14 +51,14 @@ npm install hast-util-shift-heading
51
In Deno with [`esm.sh`][esmsh]:
52
53
```js
54
-import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@3'
+import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@4'
55
```
56
57
In browsers with [`esm.sh`][esmsh]:
58
59
```html
60
<script type="module">
61
- import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@3?bundle'
+ import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@4?bundle'
62
</script>
63
64
0 commit comments