Skip to content

Commit 655f117

Browse files
committed
2.0.0
1 parent 6e5e12d commit 655f117

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

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ npm install mdast-util-to-markdown
7575
In Deno with [`esm.sh`][esmsh]:
7676

7777
```js
78-
import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@1'
78+
import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@2'
7979
```
8080

8181
In browsers with [`esm.sh`][esmsh]:
8282

8383
```html
8484
<script type="module">
85-
import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@1?bundle'
85+
import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@2?bundle'
8686
</script>
8787
```
8888

0 commit comments

Comments
 (0)