Skip to content

Commit abb5a9a

Browse files
committed
8.0.0
1 parent 0c76e8a commit abb5a9a

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": "hast-util-from-parse5",
3-
"version": "7.1.2",
3+
"version": "8.0.0",
44
"description": "hast utility to transform from Parse5’s AST",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ npm install hast-util-from-parse5
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import {fromParse5} from "https://esm.sh/hast-util-from-parse5@7"
58+
import {fromParse5} from "https://esm.sh/hast-util-from-parse5@8"
5959
```
6060

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

6363
```html
6464
<script type="module">
65-
import {fromParse5} from "https://esm.sh/hast-util-from-parse5@7?bundle"
65+
import {fromParse5} from "https://esm.sh/hast-util-from-parse5@8?bundle"
6666
</script>
6767
```
6868

0 commit comments

Comments
 (0)