Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 17, 2024
1 parent aa8786c commit 5ed21b1
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
@@ -1,6 +1,6 @@
{
"name": "rehype-retext",
"version": "4.0.0",
"version": "5.0.0",
"description": "rehype plugin to transform to retext",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ npm install rehype-retext
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeRetext from 'https://esm.sh/rehype-retext@4'
import rehypeRetext from 'https://esm.sh/rehype-retext@5'
```

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

```html
<script type="module">
import rehypeRetext from 'https://esm.sh/rehype-retext@4?bundle'
import rehypeRetext from 'https://esm.sh/rehype-retext@5?bundle'
</script>
```

Expand Down Expand Up @@ -178,7 +178,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, `rehype-retext@^4`,
This means we try to keep the current release line, `rehype-retext@5`,
compatible with Node.js 16.

This plugin works with `unified` version 6+, `rehype` version 4+, and `retext`
Expand Down

0 comments on commit 5ed21b1

Please sign in to comment.