Skip to content

Commit 1967314

Browse files
committed
3.0.0
1 parent 4dcbc35 commit 1967314

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",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "hast utility to check if a node is a heading element",
55
"license": "MIT",
66
"keywords": [

readme.md

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

4343
```js
44-
import {heading} from 'https://esm.sh/hast-util-heading@2'
44+
import {heading} from 'https://esm.sh/hast-util-heading@3'
4545
```
4646

4747
In browsers with [`esm.sh`][esmsh]:
4848

4949
```html
5050
<script type="module">
51-
import {heading} from 'https://esm.sh/hast-util-heading@2?bundle'
51+
import {heading} from 'https://esm.sh/hast-util-heading@3?bundle'
5252
</script>
5353
```
5454

0 commit comments

Comments
 (0)