Skip to content

Commit

Permalink
remark-stringify: 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 18, 2023
1 parent de740c7 commit 51e094e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/remark-stringify/package.json
@@ -1,6 +1,6 @@
{
"name": "remark-stringify",
"version": "10.0.3",
"version": "11.0.0",
"description": "remark plugin to add support for serializing markdown",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-stringify/readme.md
Expand Up @@ -69,14 +69,14 @@ npm install remark-stringify
In Deno with [`esm.sh`][esmsh]:

```js
import remarkStringify from 'https://esm.sh/remark-stringify@10'
import remarkStringify from 'https://esm.sh/remark-stringify@11'
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/remark/package.json
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@types/mdast": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^10.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.0"
},
"scripts": {},
Expand Down

0 comments on commit 51e094e

Please sign in to comment.