Skip to content

Commit 6ba9034

Browse files
committed
4.0.0
1 parent ad8812e commit 6ba9034

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": "hast-util-shift-heading",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "hast utility to change heading rank (or depth, level)",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install hast-util-shift-heading
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@3'
54+
import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@4'
5555
```
5656

5757
In browsers with [`esm.sh`][esmsh]:
5858

5959
```html
6060
<script type="module">
61-
import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@3?bundle'
61+
import {shiftHeading} from 'https://esm.sh/hast-util-shift-heading@4?bundle'
6262
</script>
6363
```
6464

0 commit comments

Comments
 (0)