Skip to content

Commit cf38a56

Browse files
committed
3.0.0
1 parent 8a4d459 commit cf38a56

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-phrasing",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "hast utility to check if a node is phrasing content",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ npm install hast-util-phrasing
4747
In Deno with [`esm.sh`][esmsh]:
4848

4949
```js
50-
import {phrasing} from 'https://esm.sh/hast-util-phrasing@2'
50+
import {phrasing} from 'https://esm.sh/hast-util-phrasing@3'
5151
```
5252

5353
In browsers with [`esm.sh`][esmsh]:
5454

5555
```html
5656
<script type="module">
57-
import {phrasing} from 'https://esm.sh/hast-util-phrasing@2?bundle'
57+
import {phrasing} from 'https://esm.sh/hast-util-phrasing@3?bundle'
5858
</script>
5959
```
6060

0 commit comments

Comments
 (0)