Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 31, 2023
1 parent 12f76f8 commit f90fc8f
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-slug",
"version": "5.1.0",
"version": "6.0.0",
"description": "rehype plugin to add `id` attributes to headings",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -61,14 +61,14 @@ npm install rehype-slug
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeSlug from 'https://esm.sh/rehype-slug@5'
import rehypeSlug from 'https://esm.sh/rehype-slug@6'
```

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

```html
<script type="module">
import rehypeSlug from 'https://esm.sh/rehype-slug@5?bundle'
import rehypeSlug from 'https://esm.sh/rehype-slug@6?bundle'
</script>
```

Expand Down

0 comments on commit f90fc8f

Please sign in to comment.