Skip to content

Commit 8938595

Browse files
committed
4.0.0
1 parent 5a07533 commit 8938595

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-assert",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "hast utility to assert nodes",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ npm install hast-util-assert
5454
In Deno with [`esm.sh`][esmsh]:
5555

5656
```js
57-
import {assert} from 'https://esm.sh/hast-util-assert@3'
57+
import {assert} from 'https://esm.sh/hast-util-assert@4'
5858
```
5959

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

6262
```html
6363
<script type="module">
64-
import {assert} from 'https://esm.sh/hast-util-assert@3?bundle'
64+
import {assert} from 'https://esm.sh/hast-util-assert@4?bundle'
6565
</script>
6666
```
6767

0 commit comments

Comments
 (0)