Skip to content

Commit bbea37f

Browse files
committed
1.0.0
1 parent 4837671 commit bbea37f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"strict": true
8080
},
8181
"type": "module",
82-
"version": "0.0.0",
82+
"version": "1.0.0",
8383
"xo": {
8484
"prettier": true
8585
}

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ npm install rehype-unwrap-images
5252
In Deno with [`esm.sh`][esmsh]:
5353

5454
```js
55-
import rehypeUnwrapImages from 'https://esm.sh/rehype-unwrap-images@0'
55+
import rehypeUnwrapImages from 'https://esm.sh/rehype-unwrap-images@1'
5656
```
5757

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

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

@@ -132,7 +132,7 @@ versions of Node.js.
132132

133133
When we cut a new major release, we drop support for unmaintained versions of
134134
Node.
135-
This means we try to keep the current release line, `rehype-unwrap-images@0`,
135+
This means we try to keep the current release line, `rehype-unwrap-images@1`,
136136
compatible with Node.js 16.
137137

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

0 commit comments

Comments
 (0)