Skip to content

Commit be44bab

Browse files
committed
2.0.0
1 parent 99a4f43 commit be44bab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "micromark-extension-gfm-autolink-literal",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "micromark extension to support GFM autolink literals",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ npm install micromark-extension-gfm-autolink-literal
7979
In Deno with [`esm.sh`][esmsh]:
8080

8181
```js
82-
import {gfmAutolinkLiteral, gfmAutolinkLiteralHtml} from 'https://esm.sh/micromark-extension-gfm-autolink-literal@1'
82+
import {gfmAutolinkLiteral, gfmAutolinkLiteralHtml} from 'https://esm.sh/micromark-extension-gfm-autolink-literal@2'
8383
```
8484

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

8787
```html
8888
<script type="module">
89-
import {gfmAutolinkLiteral, gfmAutolinkLiteralHtml} from 'https://esm.sh/micromark-extension-gfm-autolink-literal@1?bundle'
89+
import {gfmAutolinkLiteral, gfmAutolinkLiteralHtml} from 'https://esm.sh/micromark-extension-gfm-autolink-literal@2?bundle'
9090
</script>
9191
```
9292

0 commit comments

Comments
 (0)