Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 15, 2023
1 parent d83cb8d commit 98ab675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unified",
"version": "10.1.2",
"version": "11.0.0",
"description": "parse, inspect, transform, and serialize content through syntax trees",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ npm install unified
In Deno with [`esm.sh`][esmsh]:

```js
import {unified} from 'https://esm.sh/unified@10'
import {unified} from 'https://esm.sh/unified@11'
```

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

```html
<script type="module">
import {unified} from 'https://esm.sh/unified@10?bundle'
import {unified} from 'https://esm.sh/unified@11?bundle'
</script>
```

Expand Down

0 comments on commit 98ab675

Please sign in to comment.