Skip to content

Commit a1488e9

Browse files
committed
8.0.0
1 parent 2ff6c95 commit a1488e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-raw",
3-
"version": "7.2.3",
3+
"version": "8.0.0",
44
"description": "hast utility to reparse a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ npm install hast-util-raw
7474
In Deno with [`esm.sh`][esmsh]:
7575

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

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

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

0 commit comments

Comments
 (0)