Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 16, 2023
1 parent 2ff6c95 commit a1488e9
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": "7.2.3",
"version": "8.0.0",
"description": "hast utility to reparse a tree",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -74,14 +74,14 @@ npm install hast-util-raw
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down

0 comments on commit a1488e9

Please sign in to comment.