Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 1, 2023
1 parent f9c640b commit 93fac07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "rehype-react",
"description": "rehype plugin to transform to React",
"version": "7.2.0",
"version": "8.0.0",
"license": "MIT",
"keywords": [
"hast",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -66,14 +66,14 @@ npm install rehype-react
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeReact from 'https://esm.sh/rehype-react@7'
import rehypeReact from 'https://esm.sh/rehype-react@8'
```

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

```html
<script type="module">
import rehypeReact from 'https://esm.sh/rehype-react@7?bundle'
import rehypeReact from 'https://esm.sh/rehype-react@8?bundle'
</script>
```

Expand Down

0 comments on commit 93fac07

Please sign in to comment.