Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 10, 2023
1 parent 46dd635 commit 86677e2
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",
"version": "5.3.7",
"version": "6.0.0",
"description": "Virtual file format for text processing",
"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 @@ -98,14 +98,14 @@ npm install vfile
In Deno with [`esm.sh`][esmsh]:

```js
import {VFile} from 'https://esm.sh/vfile@5'
import {VFile} from 'https://esm.sh/vfile@6'
```

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

```html
<script type="module">
import {VFile} from 'https://esm.sh/vfile@5?bundle'
import {VFile} from 'https://esm.sh/vfile@6?bundle'
</script>
```

Expand Down Expand Up @@ -583,7 +583,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@^5`,
This means we try to keep the current release line, `vfile@^6`,
compatible with Node.js 16.
## Contribute
Expand Down

0 comments on commit 86677e2

Please sign in to comment.