Skip to content

Commit 5028753

Browse files
committed
6.0.0
1 parent e1e821c commit 5028753

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-select",
3-
"version": "5.0.5",
3+
"version": "6.0.0",
44
"description": "hast utility for `querySelector`, `querySelectorAll`, and `matches`",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ npm install hast-util-select
6565
In Deno with [`esm.sh`][esmsh]:
6666

6767
```js
68-
import {matches, select, selectAll} from "https://esm.sh/hast-util-select@5"
68+
import {matches, select, selectAll} from "https://esm.sh/hast-util-select@6"
6969
```
7070

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

7373
```html
7474
<script type="module">
75-
import {matches, select, selectAll} from "https://esm.sh/hast-util-select@5?bundle"
75+
import {matches, select, selectAll} from "https://esm.sh/hast-util-select@6?bundle"
7676
</script>
7777
```
7878

0 commit comments

Comments
 (0)