Skip to content

Commit bafd914

Browse files
committed
16.0.0
1 parent c726e74 commit bafd914

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": "remark-html",
3-
"version": "15.0.2",
3+
"version": "16.0.0",
44
"description": "remark plugin to compile Markdown to HTML",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ npm install remark-html
7474
In Deno with [`esm.sh`][esmsh]:
7575

7676
```js
77-
import remarkHtml from 'https://esm.sh/remark-html@15'
77+
import remarkHtml from 'https://esm.sh/remark-html@16'
7878
```
7979

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

8282
```html
8383
<script type="module">
84-
import remarkHtml from 'https://esm.sh/remark-html@15?bundle'
84+
import remarkHtml from 'https://esm.sh/remark-html@16?bundle'
8585
</script>
8686
```
8787

0 commit comments

Comments
 (0)