Skip to content

Commit c8d5f67

Browse files
committed
9.0.0
1 parent 8c32af8 commit c8d5f67

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-html",
3-
"version": "8.0.4",
3+
"version": "9.0.0",
44
"description": "hast utility to serialize to HTML",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ npm install hast-util-to-html
6464
In Deno with [`esm.sh`][esmsh]:
6565

6666
```js
67-
import {toHtml} from "https://esm.sh/hast-util-to-html@8"
67+
import {toHtml} from "https://esm.sh/hast-util-to-html@9"
6868
```
6969

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

7272
```html
7373
<script type="module">
74-
import {toHtml} from "https://esm.sh/hast-util-to-html@8?bundle"
74+
import {toHtml} from "https://esm.sh/hast-util-to-html@9?bundle"
7575
</script>
7676
```
7777

0 commit comments

Comments
 (0)