Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 26, 2023
1 parent 355717c commit 6d822c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"import-meta-resolve": "^3.0.0",
"rehype": "^12.0.0",
"rehype": "^13.0.0",
"unified-args": "^11.0.0"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype",
"version": "12.0.1",
"version": "13.0.0",
"description": "HTML processor powered by plugins part of the unified collective",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ npm install rehype
In Deno with [`esm.sh`][esmsh]:

```js
import {rehype} from 'https://esm.sh/rehype@12'
import {rehype} from 'https://esm.sh/rehype@13'
```

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

```html
<script type="module">
import {rehype} from 'https://esm.sh/rehype@12?bundle'
import {rehype} from 'https://esm.sh/rehype@13?bundle'
</script>
```

Expand Down

0 comments on commit 6d822c1

Please sign in to comment.