Skip to content

Commit

Permalink
rehype-stringify: 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 26, 2023
1 parent d6925bd commit 355717c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-stringify",
"version": "9.0.4",
"version": "10.0.0",
"description": "rehype plugin to serialize HTML",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-stringify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ npm install rehype-stringify
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeStringify from 'https://esm.sh/rehype-stringify@9'
import rehypeStringify from 'https://esm.sh/rehype-stringify@10'
```

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

```html
<script type="module">
import rehypeStringify from 'https://esm.sh/rehype-stringify@9?bundle'
import rehypeStringify from 'https://esm.sh/rehype-stringify@10?bundle'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/rehype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/hast": "^3.0.0",
"rehype-parse": "^9.0.0",
"rehype-stringify": "^9.0.0",
"rehype-stringify": "^10.0.0",
"unified": "^11.0.0"
},
"homepage": "https://github.com/rehypejs/rehype",
Expand Down

0 comments on commit 355717c

Please sign in to comment.