Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 21, 2024
1 parent 8a5f97e commit 915147f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hastscript",
"version": "8.0.0",
"version": "9.0.0",
"description": "hast utility to create trees",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -60,14 +60,14 @@ npm install hastscript
In Deno with [`esm.sh`][esmsh]:

```js
import {h} from 'https://esm.sh/hastscript@8'
import {h} from 'https://esm.sh/hastscript@9'
```

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

```html
<script type="module">
import {h} from 'https://esm.sh/hastscript@8?bundle'
import {h} from 'https://esm.sh/hastscript@9?bundle'
</script>
```

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

0 comments on commit 915147f

Please sign in to comment.