Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 1, 2023
1 parent 483f127 commit 2a7451d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hastscript",
"version": "7.2.0",
"version": "8.0.0",
"description": "hast utility to create trees",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 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@7'
import {h} from 'https://esm.sh/hastscript@8'
```

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

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

Expand Down

0 comments on commit 2a7451d

Please sign in to comment.