Skip to content

Commit

Permalink
rehype-dom-stringify: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 4, 2023
1 parent 5258b85 commit 2eb9192
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-dom-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom-stringify",
"version": "3.0.1",
"version": "4.0.0",
"description": "rehype plugin to use browser APIs to stringify HTML",
"license": "ISC",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-dom-stringify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ npm install rehype-dom-stringify
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeDomStringify from 'https://esm.sh/rehype-dom-stringify@3'
import rehypeDomStringify from 'https://esm.sh/rehype-dom-stringify@4'
```

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

```html
<script type="module">
import rehypeDomStringify from 'https://esm.sh/rehype-dom-stringify@3?bundle'
import rehypeDomStringify from 'https://esm.sh/rehype-dom-stringify@4?bundle'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@types/hast": "^3.0.0",
"rehype-dom-parse": "^5.0.0",
"rehype-dom-stringify": "^3.0.0",
"rehype-dom-stringify": "^4.0.0",
"unified": "^11.0.0"
},
"scripts": {},
Expand Down

0 comments on commit 2eb9192

Please sign in to comment.