Skip to content

Commit 3b096bb

Browse files
committed
9.0.0
1 parent 9706341 commit 3b096bb

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-to-mdast",
3-
"version": "8.4.1",
3+
"version": "9.0.0",
44
"description": "hast utility to transform to mdast",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ npm install hast-util-to-mdast
6565
In Deno with [`esm.sh`][esmsh]:
6666

6767
```js
68-
import {toMdast} from 'https://esm.sh/hast-util-to-mdast@8'
68+
import {toMdast} from 'https://esm.sh/hast-util-to-mdast@9'
6969
```
7070

7171
In browsers with [`esm.sh`][esmsh]:
7272

7373
```html
7474
<script type="module">
75-
import {toMdast} from 'https://esm.sh/hast-util-to-mdast@8?bundle'
75+
import {toMdast} from 'https://esm.sh/hast-util-to-mdast@9?bundle'
7676
</script>
7777
```
7878

0 commit comments

Comments
 (0)