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 4dcbc35 commit 1967314Copy full SHA for 1967314
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-heading",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "hast utility to check if a node is a heading element",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -41,14 +41,14 @@ npm install hast-util-heading
41
In Deno with [`esm.sh`][esmsh]:
42
43
```js
44
-import {heading} from 'https://esm.sh/hast-util-heading@2'
+import {heading} from 'https://esm.sh/hast-util-heading@3'
45
```
46
47
In browsers with [`esm.sh`][esmsh]:
48
49
```html
50
<script type="module">
51
- import {heading} from 'https://esm.sh/hast-util-heading@2?bundle'
+ import {heading} from 'https://esm.sh/hast-util-heading@3?bundle'
52
</script>
53
54
0 commit comments