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 11, 2022
1 parent 01838d4 commit 145a2da
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-matter",
"version": "3.0.1",
"version": "4.0.0",
"description": "vfile utility to parse the YAML front matter in a file",
"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,7 +47,7 @@ stripping frontmatter.
## Install

This package is [ESM only][esm].
In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
In Node.js (version 12.20+, 14.14+, 16.0+, or 18.0+), install with [npm][]:

```sh
npm install vfile-matter
Expand All @@ -56,14 +56,14 @@ npm install vfile-matter
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down

0 comments on commit 145a2da

Please sign in to comment.