Skip to content

Commit d6826c6

Browse files
committed
2.0.0
1 parent 429608a commit d6826c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-gfm-footnote",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "mdast extension to parse and serialize GFM footnotes",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ npm install mdast-util-gfm-footnote
7878
In Deno with [`esm.sh`][esmsh]:
7979

8080
```js
81-
import {gfmFootnoteFromMarkdown, gfmFootnoteToMarkdown} from 'https://esm.sh/mdast-util-gfm-footnote@1'
81+
import {gfmFootnoteFromMarkdown, gfmFootnoteToMarkdown} from 'https://esm.sh/mdast-util-gfm-footnote@2'
8282
```
8383

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

8686
```html
8787
<script type="module">
88-
import {gfmFootnoteFromMarkdown, gfmFootnoteToMarkdown} from 'https://esm.sh/mdast-util-gfm-footnote@1?bundle'
88+
import {gfmFootnoteFromMarkdown, gfmFootnoteToMarkdown} from 'https://esm.sh/mdast-util-gfm-footnote@2?bundle'
8989
</script>
9090
```
9191

0 commit comments

Comments
 (0)