Skip to content

Commit 98ab675

Browse files
committed
11.0.0
1 parent d83cb8d commit 98ab675

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unified",
3-
"version": "10.1.2",
3+
"version": "11.0.0",
44
"description": "parse, inspect, transform, and serialize content through syntax trees",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ npm install unified
104104
In Deno with [`esm.sh`][esmsh]:
105105

106106
```js
107-
import {unified} from 'https://esm.sh/unified@10'
107+
import {unified} from 'https://esm.sh/unified@11'
108108
```
109109

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

112112
```html
113113
<script type="module">
114-
import {unified} from 'https://esm.sh/unified@10?bundle'
114+
import {unified} from 'https://esm.sh/unified@11?bundle'
115115
</script>
116116
```
117117

0 commit comments

Comments
 (0)