Skip to content

Commit f889b45

Browse files
committed
5.0.0
1 parent 90f8b3e commit f889b45

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-select",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "unist utility to select nodes with CSS-like selectors",
55
"license": "MIT",
66
"keywords": [

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ npm install unist-util-select
6363
In Deno with [`esm.sh`][esmsh]:
6464

6565
```js
66-
import {matches, select, selectAll} from "https://esm.sh/unist-util-select@4"
66+
import {matches, select, selectAll} from "https://esm.sh/unist-util-select@5"
6767
```
6868

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

7171
```html
7272
<script type="module">
73-
import {matches, select, selectAll} from "https://esm.sh/unist-util-select@4?bundle"
73+
import {matches, select, selectAll} from "https://esm.sh/unist-util-select@5?bundle"
7474
</script>
7575
```
7676

@@ -284,7 +284,7 @@ versions of Node.js.
284284

285285
When we cut a new major release, we drop support for unmaintained versions of
286286
Node.
287-
This means we try to keep the current release line, `unist-util-select@^6`,
287+
This means we try to keep the current release line, `unist-util-select@^5`,
288288
compatible with Node.js 16.
289289

290290
## Related

0 commit comments

Comments
 (0)