Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 20, 2025
1 parent 5768374 commit 33c31e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"strict": true
},
"type": "module",
"version": "9.1.0",
"version": "10.0.0",
"xo": {
"envs": [
"shared-node-browser"
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ npm install react-markdown
In Deno with [`esm.sh`][esmsh]:

```js
import Markdown from 'https://esm.sh/react-markdown@9'
import Markdown from 'https://esm.sh/react-markdown@10'
```

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

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

Expand Down Expand Up @@ -600,7 +600,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `react-markdown@^9`,
This means we try to keep the current release line, `react-markdown@10`,
compatible with Node.js 16.
They work in all modern browsers (essentially: everything not IE 11).
Expand Down

0 comments on commit 33c31e7

Please sign in to comment.