Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 5, 2023
1 parent 92f0258 commit b968c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rehype-autolink-headings",
"version": "6.1.1",
"version": "7.0.0",
"description": "rehype plugin to add links to headings",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -76,14 +76,14 @@ npm install rehype-autolink-headings
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeAutolinkHeadings from 'https://esm.sh/rehype-autolink-headings@6'
import rehypeAutolinkHeadings from 'https://esm.sh/rehype-autolink-headings@7'
```

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

```html
<script type="module">
import rehypeAutolinkHeadings from 'https://esm.sh/rehype-autolink-headings@6?bundle'
import rehypeAutolinkHeadings from 'https://esm.sh/rehype-autolink-headings@7?bundle'
</script>
```

Expand Down

0 comments on commit b968c99

Please sign in to comment.