Skip to content

Commit 15da370

Browse files
committed
3.0.0
1 parent bdee971 commit 15da370

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-mdx-jsx",
3-
"version": "2.1.4",
3+
"version": "3.0.0",
44
"description": "mdast extension to parse and serialize MDX or MDX.js JSX",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ npm install mdast-util-mdx-jsx
8080
In Deno with [`esm.sh`][esmsh]:
8181

8282
```js
83-
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://esm.sh/mdast-util-mdx-jsx@2'
83+
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://esm.sh/mdast-util-mdx-jsx@3'
8484
```
8585

8686
In browsers with [`esm.sh`][esmsh]:
8787

8888
```html
8989
<script type="module">
90-
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://esm.sh/mdast-util-mdx-jsx@2?bundle'
90+
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://esm.sh/mdast-util-mdx-jsx@3?bundle'
9191
</script>
9292
```
9393

0 commit comments

Comments
 (0)