Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 28, 2024
1 parent b51a375 commit 0da15b8
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-starry-night",
"version": "1.0.2",
"version": "2.0.0",
"description": "rehype plugin to highlight code 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 @@ -64,14 +64,14 @@ npm install rehype-starry-night
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeStarryNight from 'https://esm.sh/rehype-starry-night@1'
import rehypeStarryNight from 'https://esm.sh/rehype-starry-night@2'
```

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

```html
<script type="module">
import rehypeStarryNight from 'https://esm.sh/rehype-starry-night@1?bundle'
import rehypeStarryNight from 'https://esm.sh/rehype-starry-night@2?bundle'
</script>
```

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

## Security
Expand Down

0 comments on commit 0da15b8

Please sign in to comment.