Skip to content

Commit 93fac07

Browse files
committed
8.0.0
1 parent f9c640b commit 93fac07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rehype-react",
33
"description": "rehype plugin to transform to React",
4-
"version": "7.2.0",
4+
"version": "8.0.0",
55
"license": "MIT",
66
"keywords": [
77
"hast",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ npm install rehype-react
6666
In Deno with [`esm.sh`][esmsh]:
6767

6868
```js
69-
import rehypeReact from 'https://esm.sh/rehype-react@7'
69+
import rehypeReact from 'https://esm.sh/rehype-react@8'
7070
```
7171

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

7474
```html
7575
<script type="module">
76-
import rehypeReact from 'https://esm.sh/rehype-react@7?bundle'
76+
import rehypeReact from 'https://esm.sh/rehype-react@8?bundle'
7777
</script>
7878
```
7979

0 commit comments

Comments
 (0)