Skip to content

Commit 6e72085

Browse files
committed
13.0.0
1 parent d5c41d7 commit 6e72085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-to-hast",
3-
"version": "12.3.0",
3+
"version": "13.0.0",
44
"description": "mdast utility to transform to hast",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ npm install mdast-util-to-hast
7575
In Deno with [`esm.sh`][esmsh]:
7676

7777
```js
78-
import {toHast} from 'https://esm.sh/mdast-util-to-hast@12'
78+
import {toHast} from 'https://esm.sh/mdast-util-to-hast@13'
7979
```
8080

8181
In browsers with [`esm.sh`][esmsh]:
8282

8383
```html
8484
<script type="module">
85-
import {toHast} from 'https://esm.sh/mdast-util-to-hast@12?bundle'
85+
import {toHast} from 'https://esm.sh/mdast-util-to-hast@13?bundle'
8686
</script>
8787
```
8888

0 commit comments

Comments
 (0)