Skip to content

Commit 267c423

Browse files
committed
2.0.0
1 parent 7923fcc commit 267c423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-frontmatter",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "mdast extension to parse and serialize frontmatter (YAML, TOML, etc)",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ npm install mdast-util-frontmatter
7878
In Deno with [`esm.sh`][esmsh]:
7979

8080
```js
81-
import {frontmatterFromMarkdown, frontmatterToMarkdown} from 'https://esm.sh/mdast-util-frontmatter@1'
81+
import {frontmatterFromMarkdown, frontmatterToMarkdown} from 'https://esm.sh/mdast-util-frontmatter@2'
8282
```
8383

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

8686
```html
8787
<script type="module">
88-
import {frontmatterFromMarkdown, frontmatterToMarkdown} from 'https://esm.sh/mdast-util-frontmatter@1?bundle'
88+
import {frontmatterFromMarkdown, frontmatterToMarkdown} from 'https://esm.sh/mdast-util-frontmatter@2?bundle'
8989
</script>
9090
```
9191

0 commit comments

Comments
 (0)