Skip to content

Commit 2c2367c

Browse files
committed
8.0.0
1 parent ed8deb1 commit 2c2367c

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-reporter",
3-
"version": "7.0.5",
3+
"version": "8.0.0",
44
"description": "vfile utility to create a report for a file",
55
"license": "MIT",
66
"keywords": [

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ npm install vfile-reporter
5656
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import {reporter} from 'https://esm.sh/vfile-reporter@7'
59+
import {reporter} from 'https://esm.sh/vfile-reporter@8'
6060
```
6161

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

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

@@ -222,7 +222,7 @@ versions of Node.js.
222222
223223
When we cut a new major release, we drop support for unmaintained versions of
224224
Node.
225-
This means we try to keep the current release line, `vfile-reporter@^7`,
225+
This means we try to keep the current release line, `vfile-reporter@^8`,
226226
compatible with Node.js 16.
227227
228228
## Security

0 commit comments

Comments
 (0)