Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 6, 2023
1 parent 40ae4fa commit 6238f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hast-util-raw",
"version": "8.0.0",
"version": "9.0.0",
"description": "hast utility to reparse a tree",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -73,14 +73,14 @@ npm install hast-util-raw
In Deno with [`esm.sh`][esmsh]:

```js
import {raw} from 'https://esm.sh/hast-util-raw@8'
import {raw} from 'https://esm.sh/hast-util-raw@9'
```

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

```html
<script type="module">
import {raw} from 'https://esm.sh/hast-util-raw@8?bundle'
import {raw} from 'https://esm.sh/hast-util-raw@9?bundle'
</script>
```

Expand Down

0 comments on commit 6238f72

Please sign in to comment.