Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 8, 2023
1 parent 3faad68 commit 446a5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vfile-message",
"version": "3.1.4",
"version": "4.0.0",
"description": "vfile utility to create a virtual message",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ npm install vfile-message
In Deno with [`esm.sh`][esmsh]:

```js
import {VFileMessage} from 'https://esm.sh/vfile-message@3'
import {VFileMessage} from 'https://esm.sh/vfile-message@4'
```

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

```html
<script type="module">
import {VFileMessage} from 'https://esm.sh/vfile-message@3?bundle'
import {VFileMessage} from 'https://esm.sh/vfile-message@4?bundle'
</script>
```

Expand Down Expand Up @@ -182,7 +182,7 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `vfile-message@^3`,
This means we try to keep the current release line, `vfile-message@^4`,
compatible with Node.js 16.

## Contribute
Expand Down

0 comments on commit 446a5c6

Please sign in to comment.