Skip to content

Commit 53eb3b8

Browse files
committed
3.0.0
1 parent 4cccf07 commit 53eb3b8

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-heading-style",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "mdast utility to get the style of a heading",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ npm install mdast-util-heading-style
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import {headingStyle} from 'https://esm.sh/mdast-util-heading-style@2'
58+
import {headingStyle} from 'https://esm.sh/mdast-util-heading-style@3'
5959
```
6060

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

6363
```html
6464
<script type="module">
65-
import {headingStyle} from 'https://esm.sh/mdast-util-heading-style@2?bundle'
65+
import {headingStyle} from 'https://esm.sh/mdast-util-heading-style@3?bundle'
6666
</script>
6767
```
6868

0 commit comments

Comments
 (0)