Skip to content

Commit 8aab322

Browse files
committed
4.0.0
1 parent 22f4501 commit 8aab322

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-text",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "hast utility to get the plain-text value of a node according to the `innerText` algorithm",
55
"license": "MIT",
66
"keywords": [

readme.md

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

6565
```js
66-
import {toText} from 'https://esm.sh/hast-util-to-text@3'
66+
import {toText} from 'https://esm.sh/hast-util-to-text@4'
6767
```
6868

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

7171
```html
7272
<script type="module">
73-
import {toText} from 'https://esm.sh/hast-util-to-text@3?bundle'
73+
import {toText} from 'https://esm.sh/hast-util-to-text@4?bundle'
7474
</script>
7575
```
7676

0 commit comments

Comments
 (0)