Skip to content

Commit 5f2adac

Browse files
committed
4.0.0
1 parent eed6bb9 commit 5f2adac

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-to-dom",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "hast utility to transform to the DOM",
55
"license": "ISC",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ npm install hast-util-to-dom
5959
In Deno with [`esm.sh`][esmsh]:
6060

6161
```js
62-
import {toDom} from 'https://esm.sh/hast-util-to-dom@3'
62+
import {toDom} from 'https://esm.sh/hast-util-to-dom@4'
6363
```
6464

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

6767
```html
6868
<script type="module">
69-
import {toDom} from 'https://esm.sh/hast-util-to-dom@3?bundle'
69+
import {toDom} from 'https://esm.sh/hast-util-to-dom@4?bundle'
7070
</script>
7171
```
7272

0 commit comments

Comments
 (0)