Skip to content

Commit 6e67e18

Browse files
committed
3.0.0
1 parent 2fe524c commit 6e67e18

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

readme.md

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

5858
```js
59-
import {toXast} from "https://esm.sh/hast-util-to-xast@2"
59+
import {toXast} from "https://esm.sh/hast-util-to-xast@3"
6060
```
6161

6262
In browsers with [`esm.sh`][esmsh]:
6363

6464
```html
6565
<script type="module">
66-
import {toXast} from "https://esm.sh/hast-util-to-xast@2?bundle"
66+
import {toXast} from "https://esm.sh/hast-util-to-xast@3?bundle"
6767
</script>
6868
```
6969

0 commit comments

Comments
 (0)