Skip to content

Commit 74cb65a

Browse files
committed
4.0.0
1 parent bb26644 commit 74cb65a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-meta",
3-
"version": "3.3.2",
3+
"version": "4.0.0",
44
"description": "rehype plugin to add metadata to the head of a document",
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-meta
6868
In Deno with [`esm.sh`][esmsh]:
6969

7070
```js
71-
import rehypeMeta from 'https://esm.sh/rehype-meta@3'
71+
import rehypeMeta from 'https://esm.sh/rehype-meta@4'
7272
```
7373

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

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

0 commit comments

Comments
 (0)