Skip to content

Commit 5461a0a

Browse files
committed
3.0.0
1 parent 3f1a762 commit 5461a0a

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",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "mdast extension to parse and serialize GFM (GitHub Flavored Markdown)",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ npm install mdast-util-gfm
9696
In Deno with [`esm.sh`][esmsh]:
9797

9898
```js
99-
import {gfmFromMarkdown, gfmToMarkdown} from 'https://esm.sh/mdast-util-gfm@2'
99+
import {gfmFromMarkdown, gfmToMarkdown} from 'https://esm.sh/mdast-util-gfm@3'
100100
```
101101

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

104104
```html
105105
<script type="module">
106-
import {gfmFromMarkdown, gfmToMarkdown} from 'https://esm.sh/mdast-util-gfm@2?bundle'
106+
import {gfmFromMarkdown, gfmToMarkdown} from 'https://esm.sh/mdast-util-gfm@3?bundle'
107107
</script>
108108
```
109109

0 commit comments

Comments
 (0)