Skip to content

Commit 9da6a42

Browse files
committed
4.0.0
1 parent 993f4af commit 9da6a42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-to-nlcst",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "hast utility to transform to nlcst",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ npm install hast-util-to-nlcst
5757
In Deno with [`esm.sh`][esmsh]:
5858

5959
```js
60-
import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@3'
60+
import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@4'
6161
```
6262

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

6565
```html
6666
<script type="module">
67-
import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@3?bundle'
67+
import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@4?bundle'
6868
</script>
6969
```
7070

0 commit comments

Comments
 (0)