Skip to content

Commit 820f0b3

Browse files
committed
3.0.0
1 parent 6477e39 commit 820f0b3

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-heading-rank",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "hast utility to get the rank (or depth, level) of headings",
55
"license": "MIT",
66
"keywords": [

readme.md

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

5252
```js
53-
import {headingRank} from 'https://esm.sh/hast-util-heading-rank@2'
53+
import {headingRank} from 'https://esm.sh/hast-util-heading-rank@3'
5454
```
5555

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

5858
```html
5959
<script type="module">
60-
import {headingRank} from 'https://esm.sh/hast-util-heading-rank@2?bundle'
60+
import {headingRank} from 'https://esm.sh/hast-util-heading-rank@3?bundle'
6161
</script>
6262
```
6363

0 commit comments

Comments
 (0)