Skip to content

Commit bd42f83

Browse files
committed
2.0.0
1 parent 6ce657f commit bd42f83

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
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-find",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "unist utility to find a node",
55
"license": "MIT",
66
"keywords": [

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install unist-util-find
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import {find} from 'https://esm.sh/unist-util-find@1'
54+
import {find} from 'https://esm.sh/unist-util-find@2'
5555
```
5656

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

5959
```html
6060
<script type="module">
61-
import {find} from 'https://esm.sh/unist-util-find@1?bundle'
61+
import {find} from 'https://esm.sh/unist-util-find@2?bundle'
6262
</script>
6363
```
6464

@@ -189,7 +189,7 @@ versions of Node.js.
189189
When we cut a new major release, we drop support for unmaintained versions of
190190
Node.
191191
This means we try to keep the current release line,
192-
`unist-util-find@^1`, compatible with Node.js 12.
192+
`unist-util-find@^2`, compatible with Node.js 12.
193193

194194
## Security
195195

0 commit comments

Comments
 (0)