Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 21, 2024
1 parent ec281c6 commit eb42077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-twoslash",
"version": "0.0.0",
"version": "1.0.0",
"description": "rehype plugin to process TypeScript and JavaScript code with `twoslash` and highlight it with `starry-night`",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ npm install rehype-twoslash
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down Expand Up @@ -353,7 +353,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-twoslash@0`,
This means we try to keep the current release line, `rehype-twoslash@1`,
compatible with Node.js 16.

## Security
Expand Down

0 comments on commit eb42077

Please sign in to comment.