Skip to content

Commit 6cc98a4

Browse files
committed
5.0.0
1 parent c89d5ff commit 6cc98a4

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-from-dom",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "hast utility to create a tree from the DOM",
55
"license": "ISC",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ npm install hast-util-from-dom
6161
In Deno with [`esm.sh`][esmsh]:
6262

6363
```js
64-
import {fromDom} from 'https://esm.sh/hast-util-from-dom@4'
64+
import {fromDom} from 'https://esm.sh/hast-util-from-dom@5'
6565
```
6666

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

6969
```html
7070
<script type="module">
71-
import {fromDom} from 'https://esm.sh/hast-util-from-dom@4?bundle'
71+
import {fromDom} from 'https://esm.sh/hast-util-from-dom@5?bundle'
7272
</script>
7373
```
7474

0 commit comments

Comments
 (0)