Skip to content

Commit 6238f72

Browse files
committedAug 6, 2023
9.0.0
1 parent 40ae4fa commit 6238f72

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": "8.0.0",
3+
"version": "9.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
@@ -73,14 +73,14 @@ npm install hast-util-raw
7373
In Deno with [`esm.sh`][esmsh]:
7474

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.