Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 11, 2024
1 parent 4837671 commit bbea37f
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 @@ -79,7 +79,7 @@
"strict": true
},
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"xo": {
"prettier": true
}
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ npm install rehype-unwrap-images
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeUnwrapImages from 'https://esm.sh/rehype-unwrap-images@0'
import rehypeUnwrapImages from 'https://esm.sh/rehype-unwrap-images@1'
```

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

```html
<script type="module">
import rehypeUnwrapImages from 'https://esm.sh/rehype-unwrap-images@0?bundle'
import rehypeUnwrapImages from 'https://esm.sh/rehype-unwrap-images@1?bundle'
</script>
```

Expand Down Expand Up @@ -132,7 +132,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-unwrap-images@0`,
This means we try to keep the current release line, `rehype-unwrap-images@1`,
compatible with Node.js 16.

This plugin works with `unified` version 6+ and `rehype` version 1+.
Expand Down

0 comments on commit bbea37f

Please sign in to comment.