Skip to content

Commit 3b343e3

Browse files
committed
5.0.0
1 parent 6108a76 commit 3b343e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-compact",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "mdast utility to make a tree compact",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ npm install mdast-util-compact
4848
In Deno with [`esm.sh`][esmsh]:
4949

5050
```js
51-
import {compact} from 'https://esm.sh/mdast-util-compact@4'
51+
import {compact} from 'https://esm.sh/mdast-util-compact@5'
5252
```
5353

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

5656
```html
5757
<script type="module">
58-
import {compact} from 'https://esm.sh/mdast-util-compact@4?bundle'
58+
import {compact} from 'https://esm.sh/mdast-util-compact@5?bundle'
5959
</script>
6060
```
6161

@@ -111,7 +111,7 @@ versions of Node.js.
111111

112112
When we cut a new major release, we drop support for unmaintained versions of
113113
Node.
114-
This means we try to keep the current release line, `mdast-util-compact@^4`,
114+
This means we try to keep the current release line, `mdast-util-compact@^5`,
115115
compatible with Node.js 16.
116116

117117
## Security

0 commit comments

Comments
 (0)