Skip to content

Commit 3488516

Browse files
committed
7.0.0
1 parent b024d88 commit 3488516

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-util-toc",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "mdast utility to generate a table of contents from a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install mdast-util-toc
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import {toc} from 'https://esm.sh/mdast-util-toc@6'
54+
import {toc} from 'https://esm.sh/mdast-util-toc@7'
5555
```
5656

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

5959
```html
6060
<script type="module">
61-
import {toc} from 'https://esm.sh/mdast-util-toc@6?bundle'
61+
import {toc} from 'https://esm.sh/mdast-util-toc@7?bundle'
6262
</script>
6363
```
6464

0 commit comments

Comments
 (0)