Skip to content

Commit 145a2da

Browse files
committed
4.0.0
1 parent 01838d4 commit 145a2da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vfile-matter",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "vfile utility to parse the YAML front matter in a file",
55
"license": "MIT",
66
"keywords": [

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stripping frontmatter.
4747
## Install
4848

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

5252
```sh
5353
npm install vfile-matter
@@ -56,14 +56,14 @@ npm install vfile-matter
5656
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import {matter} from 'https://esm.sh/vfile-matter@3'
59+
import {matter} from 'https://esm.sh/vfile-matter@4'
6060
```
6161

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

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

0 commit comments

Comments
 (0)