Skip to content

Commit 9032189

Browse files
committed
6.0.0
1 parent 79d4d61 commit 9032189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-definitions",
3-
"version": "5.1.2",
3+
"version": "6.0.0",
44
"description": "mdast utility to find definition nodes in a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ npm install mdast-util-definitions
4848
In Deno with [`esm.sh`][esmsh]:
4949

5050
```js
51-
import {definitions} from 'https://esm.sh/mdast-util-definitions@5'
51+
import {definitions} from 'https://esm.sh/mdast-util-definitions@6'
5252
```
5353

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

5656
```html
5757
<script type="module">
58-
import {definitions} from 'https://esm.sh/mdast-util-definitions@5?bundle'
58+
import {definitions} from 'https://esm.sh/mdast-util-definitions@6?bundle'
5959
</script>
6060
```
6161

0 commit comments

Comments
 (0)