Skip to content

Commit 519a288

Browse files
committed
2.0.0
1 parent c0b4765 commit 519a288

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-frontmatter",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "micromark extension to support frontmatter (YAML, TOML, etc)",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ npm install micromark-extension-frontmatter
7373
In Deno with [`esm.sh`][esmsh]:
7474

7575
```js
76-
import {frontmatter, frontmatterHtml} from 'https://esm.sh/micromark-extension-frontmatter@1'
76+
import {frontmatter, frontmatterHtml} from 'https://esm.sh/micromark-extension-frontmatter@2'
7777
```
7878

7979
In browsers with [`esm.sh`][esmsh]:
8080

8181
```html
8282
<script type="module">
83-
import {frontmatter, frontmatterHtml} from 'https://esm.sh/micromark-extension-frontmatter@1?bundle'
83+
import {frontmatter, frontmatterHtml} from 'https://esm.sh/micromark-extension-frontmatter@2?bundle'
8484
</script>
8585
```
8686

0 commit comments

Comments
 (0)