Skip to content

Commit a64174d

Browse files
committed
5.0.0
1 parent 9d546d7 commit a64174d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-format",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "rehype plugin to format HTML",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ npm install rehype-format
6868
In Deno with [`esm.sh`][esmsh]:
6969

7070
```js
71-
import rehypeFormat from 'https://esm.sh/rehype-format@4'
71+
import rehypeFormat from 'https://esm.sh/rehype-format@5'
7272
```
7373

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

7676
```html
7777
<script type="module">
78-
import rehypeFormat from 'https://esm.sh/rehype-format@4?bundle'
78+
import rehypeFormat from 'https://esm.sh/rehype-format@5?bundle'
7979
</script>
8080
```
8181

0 commit comments

Comments
 (0)