Skip to content

Commit 2e27c06

Browse files
committed
2.0.0
1 parent 03581b3 commit 2e27c06

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-from-markdown",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "mdast utility to parse markdown",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ npm install mdast-util-from-markdown
7777
In Deno with [`esm.sh`][esmsh]:
7878

7979
```js
80-
import {fromMarkdown} from 'https://esm.sh/mdast-util-from-markdown@1'
80+
import {fromMarkdown} from 'https://esm.sh/mdast-util-from-markdown@2'
8181
```
8282

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

8585
```html
8686
<script type="module">
87-
import {fromMarkdown} from 'https://esm.sh/mdast-util-from-markdown@1?bundle'
87+
import {fromMarkdown} from 'https://esm.sh/mdast-util-from-markdown@2?bundle'
8888
</script>
8989
```
9090

0 commit comments

Comments
 (0)