Skip to content

Commit 224e88d

Browse files
committed
6.0.0
1 parent 13bdeab commit 224e88d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-squeeze-paragraphs",
3-
"version": "5.2.1",
3+
"version": "6.0.0",
44
"description": "mdast utility to remove empty paragraphs from a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ npm install mdast-squeeze-paragraphs
5252
In Deno with [`esm.sh`][esmsh]:
5353

5454
```js
55-
import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@5'
55+
import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@6'
5656
```
5757

5858
In browsers with [`esm.sh`][esmsh]:
5959

6060
```html
6161
<script type="module">
62-
import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@5?bundle'
62+
import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@6?bundle'
6363
</script>
6464
```
6565

0 commit comments

Comments
 (0)