Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 25, 2023
1 parent 39c7e22 commit 4bcafe9
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": "remark-validate-links",
"version": "12.1.1",
"version": "13.0.0",
"description": "remark plugin to validate links to headings and files",
"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 @@ -70,14 +70,14 @@ npm install remark-validate-links
In Deno with [`esm.sh`][esmsh]:

```js
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@11'
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@13'
```

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

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

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

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

0 comments on commit 4bcafe9

Please sign in to comment.