Skip to content

Commit 462c7d4

Browse files
committed
3.0.0
1 parent e87e026 commit 462c7d4

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": "micromark-extension-directive",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "micromark extension to support generic directives (`:cite[smith04]`)",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ npm install micromark-extension-directive
6868
In Deno with [`esm.sh`][esmsh]:
6969

7070
```js
71-
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@2'
71+
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@3'
7272
```
7373

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

7676
```html
7777
<script type="module">
78-
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@2?bundle'
78+
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@3?bundle'
7979
</script>
8080
```
8181

0 commit comments

Comments
 (0)