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 1, 2023
1 parent 7424740 commit f1cff52
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": "rehype-document",
"version": "6.1.0",
"version": "7.0.0",
"description": "rehype plugin to wrap a document around a fragment",
"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 @@ -67,14 +67,14 @@ npm install rehype-document
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeDocument from 'https://esm.sh/rehype-document@6'
import rehypeDocument from 'https://esm.sh/rehype-document@7'
```

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

```html
<script type="module">
import rehypeDocument from 'https://esm.sh/rehype-document@6?bundle'
import rehypeDocument from 'https://esm.sh/rehype-document@7?bundle'
</script>
```

Expand Down

0 comments on commit f1cff52

Please sign in to comment.