Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 7, 2023
1 parent 90f8b3e commit f889b45
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": "unist-util-select",
"version": "4.0.3",
"version": "5.0.0",
"description": "unist utility to select nodes with CSS-like selectors",
"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 @@ -63,14 +63,14 @@ npm install unist-util-select
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down Expand Up @@ -284,7 +284,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, `unist-util-select@^6`,
This means we try to keep the current release line, `unist-util-select@^5`,
compatible with Node.js 16.

## Related
Expand Down

0 comments on commit f889b45

Please sign in to comment.