Skip to content

Commit 4bcafe9

Browse files
committed
13.0.0
1 parent 39c7e22 commit 4bcafe9

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": "remark-validate-links",
3-
"version": "12.1.1",
3+
"version": "13.0.0",
44
"description": "remark plugin to validate links to headings and files",
55
"license": "MIT",
66
"keywords": [

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ npm install remark-validate-links
7070
In Deno with [`esm.sh`][esmsh]:
7171

7272
```js
73-
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@11'
73+
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@13'
7474
```
7575

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

7878
```html
7979
<script type="module">
80-
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@11?bundle'
80+
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@13?bundle'
8181
</script>
8282
```
8383

@@ -343,7 +343,7 @@ versions of Node.js.
343343
When we cut a new major release, we drop support for unmaintained versions of
344344
Node.
345345
This means we try to keep the current release line,
346-
`remark-validate-links@^15`, compatible with Node.js 16.
346+
`remark-validate-links@^13`, compatible with Node.js 16.
347347

348348
This plugin works with `unified` version 6+, `remark` version 7+, and
349349
`remark-cli` version 8+.

0 commit comments

Comments
 (0)