Skip to content

Commit 455984a

Browse files
committed
4.0.0
1 parent 0927092 commit 455984a

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": "mdast-util-phrasing",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "mdast 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
@@ -50,14 +50,14 @@ npm install mdast-util-phrasing
5050
In Deno with [`esm.sh`][esmsh]:
5151

5252
```js
53-
import {phrasing} from 'https://esm.sh/mdast-util-phrasing@3'
53+
import {phrasing} from 'https://esm.sh/mdast-util-phrasing@4'
5454
```
5555

5656
In browsers with [`esm.sh`][esmsh]:
5757

5858
```html
5959
<script type="module">
60-
import {phrasing} from 'https://esm.sh/mdast-util-phrasing@3?bundle'
60+
import {phrasing} from 'https://esm.sh/mdast-util-phrasing@4?bundle'
6161
</script>
6262
```
6363

0 commit comments

Comments
 (0)