Skip to content

Commit 915147f

Browse files
committedJan 21, 2024
9.0.0
1 parent 8a5f97e commit 915147f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hastscript",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "hast utility to create trees",
55
"license": "MIT",
66
"keywords": [

‎readme.md

+3-3
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@8'
63+
import {h} from 'https://esm.sh/hastscript@9'
6464
```
6565

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

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

@@ -313,7 +313,7 @@ versions of Node.js.
313313
314314
When we cut a new major release, we drop support for unmaintained versions of
315315
Node.
316-
This means we try to keep the current release line, `hastscript@^8`,
316+
This means we try to keep the current release line, `hastscript@^9`,
317317
compatible with Node.js 16.
318318
319319
## Security

0 commit comments

Comments
 (0)