Skip to content

Commit 2a7451d

Browse files
committed
8.0.0
1 parent 483f127 commit 2a7451d

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": "hastscript",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
44
"description": "hast utility to create trees",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ npm install hastscript
6060
In Deno with [`esm.sh`][esmsh]:
6161

6262
```js
63-
import {h} from 'https://esm.sh/hastscript@7'
63+
import {h} from 'https://esm.sh/hastscript@8'
6464
```
6565

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

6868
```html
6969
<script type="module">
70-
import {h} from 'https://esm.sh/hastscript@7?bundle'
70+
import {h} from 'https://esm.sh/hastscript@8?bundle'
7171
</script>
7272
```
7373

0 commit comments

Comments
 (0)