Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 22, 2023
1 parent 054e4cd commit c0c4621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-yaml-config",
"version": "6.0.1",
"version": "7.0.0",
"description": "remark plugin to configure it with YAML frontmatter",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ npm install remark-yaml-config
In Deno with [`esm.sh`][esmsh]:

```js
import remarkYamlConfig from 'https://esm.sh/remark-yaml-config@6'
import remarkYamlConfig from 'https://esm.sh/remark-yaml-config@7'
```

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

```html
<script type="module">
import remarkYamlConfig from 'https://esm.sh/remark-yaml-config@6?bundle'
import remarkYamlConfig from 'https://esm.sh/remark-yaml-config@7?bundle'
</script>
```

Expand Down

0 comments on commit c0c4621

Please sign in to comment.