Skip to content

Commit b4d7ba2

Browse files
committed
4.0.0
1 parent ae6c215 commit b4d7ba2

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-normalize-headings",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "mdast utility to make sure there is no more than a single top-level heading in the document",
55
"license": "MIT",
66
"keywords": [

readme.md

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

5454
```js
55-
import {normalizeHeadings} from 'https://esm.sh/mdast-util-normalize-headings@3'
55+
import {normalizeHeadings} from 'https://esm.sh/mdast-util-normalize-headings@4'
5656
```
5757

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

6060
```html
6161
<script type="module">
62-
import {normalizeHeadings} from 'https://esm.sh/mdast-util-normalize-headings@3?bundle'
62+
import {normalizeHeadings} from 'https://esm.sh/mdast-util-normalize-headings@4?bundle'
6363
</script>
6464
```
6565

0 commit comments

Comments
 (0)