Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 5, 2023
1 parent 0c76e8a commit abb5a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-from-parse5",
"version": "7.1.2",
"version": "8.0.0",
"description": "hast utility to transform from Parse5’s AST",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ npm install hast-util-from-parse5
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down

0 comments on commit abb5a9a

Please sign in to comment.