Skip to content

Commit

Permalink
rehype-parse: 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 26, 2023
1 parent 830757d commit d6925bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-parse",
"version": "8.0.5",
"version": "9.0.0",
"description": "rehype plugin to parse HTML",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ npm install rehype-parse
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeParse from 'https://esm.sh/rehype-parse@8'
import rehypeParse from 'https://esm.sh/rehype-parse@9'
```

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

```html
<script type="module">
import rehypeParse from 'https://esm.sh/rehype-parse@8?bundle'
import rehypeParse from 'https://esm.sh/rehype-parse@9?bundle'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/rehype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@types/hast": "^3.0.0",
"rehype-parse": "^8.0.0",
"rehype-parse": "^9.0.0",
"rehype-stringify": "^9.0.0",
"unified": "^11.0.0"
},
Expand Down

0 comments on commit d6925bd

Please sign in to comment.