We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a080a7c commit 95c9802Copy full SHA for 95c9802
packages/rehype-stringify/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rehype-stringify",
3
- "version": "5.0.0",
+ "version": "6.0.0",
4
"description": "HTML compiler for rehype",
5
"license": "MIT",
6
"keywords": [
packages/rehype/package.json
@@ -15,7 +15,7 @@
15
],
16
"dependencies": {
17
"rehype-parse": "^6.0.0",
18
- "rehype-stringify": "^5.0.0",
+ "rehype-stringify": "^6.0.0",
19
"unified": "^7.0.0"
20
},
21
"homepage": "https://github.com/rehypejs/rehype",
0 commit comments