Skip to content

Commit beafa20

Browse files
committed
2.0.0
1 parent a41bdb3 commit beafa20

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": "micromark-extension-mdxjs",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "micromark extension to support MDX.js",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ npm install micromark-extension-mdxjs
7777
In Deno with [`esm.sh`][esmsh]:
7878

7979
```js
80-
import {mdxjs} from 'https://esm.sh/micromark-extension-mdxjs@1'
80+
import {mdxjs} from 'https://esm.sh/micromark-extension-mdxjs@2'
8181
```
8282

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

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

0 commit comments

Comments
 (0)