Skip to content

Commit

Permalink
rehype-recma@1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2024
1 parent 40c2f6e commit 0b98a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-recma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"ignoreCatch": true
},
"type": "module",
"version": "0.0.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions packages/rehype-recma/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ npm install rehype-recma
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeRecma from 'https://esm.sh/rehype-recma@0'
import rehypeRecma from 'https://esm.sh/rehype-recma@1'
```

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

```html
<script type="module">
import rehypeRecma from 'https://esm.sh/rehype-recma@0?bundle'
import rehypeRecma from 'https://esm.sh/rehype-recma@1?bundle'
</script>
```

Expand Down Expand Up @@ -128,7 +128,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,
`rehype-recma@0`,
`rehype-recma@1`,
compatible with Node.js 16.

## Security
Expand Down

0 comments on commit 0b98a02

Please sign in to comment.