Skip to content

Commit 49dbf0b

Browse files
committed
3.0.0
1 parent 2096823 commit 49dbf0b

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-from-text",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "hast utility to set 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
@@ -55,14 +55,14 @@ npm install hast-util-from-text
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import {fromText} from 'https://esm.sh/hast-util-from-text@2'
58+
import {fromText} from 'https://esm.sh/hast-util-from-text@3'
5959
```
6060

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

6363
```html
6464
<script type="module">
65-
import {fromText} from 'https://esm.sh/hast-util-from-text@2?bundle'
65+
import {fromText} from 'https://esm.sh/hast-util-from-text@3?bundle'
6666
</script>
6767
```
6868

0 commit comments

Comments
 (0)