Skip to content

Commit 8eaf9d1

Browse files
committed
2.0.0
1 parent cf0916d commit 8eaf9d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-gfm-autolink-literal",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "mdast extension to parse and serialize GFM autolink literals",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ npm install mdast-util-gfm-autolink-literal
8585
In Deno with [`esm.sh`][esmsh]:
8686

8787
```js
88-
import {gfmAutolinkLiteralFromMarkdown, gfmAutolinkLiteralToMarkdown} from 'https://esm.sh/mdast-util-gfm-autolink-literal@1'
88+
import {gfmAutolinkLiteralFromMarkdown, gfmAutolinkLiteralToMarkdown} from 'https://esm.sh/mdast-util-gfm-autolink-literal@2'
8989
```
9090

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

9393
```html
9494
<script type="module">
95-
import {gfmAutolinkLiteralFromMarkdown, gfmAutolinkLiteralToMarkdown} from 'https://esm.sh/mdast-util-gfm-autolink-literal@1?bundle'
95+
import {gfmAutolinkLiteralFromMarkdown, gfmAutolinkLiteralToMarkdown} from 'https://esm.sh/mdast-util-gfm-autolink-literal@2?bundle'
9696
</script>
9797
```
9898

@@ -228,7 +228,7 @@ Node.
228228
This means we try to keep the current release line,
229229
`mdast-util-gfm-autolink-literal@^2`, compatible with Node.js 16.
230230

231-
This plugin works with `mdast-util-from-markdown` version 2+ and
231+
This utility works with `mdast-util-from-markdown` version 2+ and
232232
`mdast-util-to-markdown` version 2+.
233233

234234
## Related

0 commit comments

Comments
 (0)