Skip to content

Commit b24e84e

Browse files
committed
6.0.0
1 parent d603091 commit b24e84e

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": "mdast-zone",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "mdast utility to treat HTML comments as ranges or markers",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ npm install mdast-zone
5656
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import {zone} from 'https://esm.sh/mdast-zone@5'
59+
import {zone} from 'https://esm.sh/mdast-zone@6'
6060
```
6161

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

6464
```html
6565
<script type="module">
66-
import {zone} from 'https://esm.sh/mdast-zone@5?bundle'
66+
import {zone} from 'https://esm.sh/mdast-zone@6?bundle'
6767
</script>
6868
```
6969

0 commit comments

Comments
 (0)