Skip to content

Commit b92b23d

Browse files
committed
8.0.0
1 parent 82f4226 commit b92b23d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-to-parse5",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "hast utility to transform to a `parse5` AST",
55
"license": "MIT",
66
"keywords": [

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ npm install hast-util-to-parse5
5252
In Deno with [`esm.sh`][esmsh]:
5353

5454
```js
55-
import {toParse5} from 'https://esm.sh/hast-util-to-parse5@7'
55+
import {toParse5} from 'https://esm.sh/hast-util-to-parse5@8'
5656
```
5757

5858
In browsers with [`esm.sh`][esmsh]:
5959

6060
```html
6161
<script type="module">
62-
import {toParse5} from 'https://esm.sh/hast-util-to-parse5@7?bundle'
62+
import {toParse5} from 'https://esm.sh/hast-util-to-parse5@8?bundle'
6363
</script>
6464
```
6565

0 commit comments

Comments
 (0)