Skip to content

Commit 355717c

Browse files
committed
rehype-stringify: 10.0.0
1 parent d6925bd commit 355717c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/rehype-stringify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-stringify",
3-
"version": "9.0.4",
3+
"version": "10.0.0",
44
"description": "rehype plugin to serialize HTML",
55
"license": "MIT",
66
"keywords": [

packages/rehype-stringify/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ npm install rehype-stringify
7171
In Deno with [`esm.sh`][esmsh]:
7272

7373
```js
74-
import rehypeStringify from 'https://esm.sh/rehype-stringify@9'
74+
import rehypeStringify from 'https://esm.sh/rehype-stringify@10'
7575
```
7676

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

7979
```html
8080
<script type="module">
81-
import rehypeStringify from 'https://esm.sh/rehype-stringify@9?bundle'
81+
import rehypeStringify from 'https://esm.sh/rehype-stringify@10?bundle'
8282
</script>
8383
```
8484

packages/rehype/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@types/hast": "^3.0.0",
2121
"rehype-parse": "^9.0.0",
22-
"rehype-stringify": "^9.0.0",
22+
"rehype-stringify": "^10.0.0",
2323
"unified": "^11.0.0"
2424
},
2525
"homepage": "https://github.com/rehypejs/rehype",

0 commit comments

Comments
 (0)