Skip to content

Commit b09f94d

Browse files
committed
5.0.0
1 parent 16a8189 commit b09f94d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "4.0.1",
3+
"version": "5.0.0",
44
"description": "vfile utility to parse the YAML front matter in a file",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ npm install vfile-matter
5858
In Deno with [`esm.sh`][esmsh]:
5959

6060
```js
61-
import {matter} from 'https://esm.sh/vfile-matter@4'
61+
import {matter} from 'https://esm.sh/vfile-matter@5'
6262
```
6363

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

6666
```html
6767
<script type="module">
68-
import {matter} from 'https://esm.sh/vfile-matter@4?bundle'
68+
import {matter} from 'https://esm.sh/vfile-matter@5?bundle'
6969
</script>
7070
```
7171

0 commit comments

Comments
 (0)