Skip to content

Commit 9d0e276

Browse files
committed
9.0.0
1 parent e9f34ee commit 9d0e276

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": "remark-toc",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"description": "remark plugin to generate a table of contents (TOC)",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ npm install remark-toc
7171
In Deno with [`esm.sh`][esmsh]:
7272

7373
```js
74-
import remarkToc from 'https://esm.sh/remark-toc@8'
74+
import remarkToc from 'https://esm.sh/remark-toc@9'
7575
```
7676

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

7979
```html
8080
<script type="module">
81-
import remarkToc from 'https://esm.sh/remark-toc@8?bundle'
81+
import remarkToc from 'https://esm.sh/remark-toc@9?bundle'
8282
</script>
8383
```
8484

0 commit comments

Comments
 (0)