Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 18, 2023
1 parent 51e094e commit 516a5d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/remark-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"import-meta-resolve": "^3.0.0",
"markdown-extensions": "^2.0.0",
"remark": "^14.0.0",
"remark": "^15.0.0",
"unified-args": "^11.0.0"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark",
"version": "14.0.3",
"version": "15.0.0",
"description": "markdown processor powered by plugins part of the unified collective",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/remark/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ npm install remark
In Deno with [`esm.sh`][esmsh]:

```js
import {remark} from 'https://esm.sh/remark@14'
import {remark} from 'https://esm.sh/remark@15'
```

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

```html
<script type="module">
import {remark} from 'https://esm.sh/remark@14?bundle'
import {remark} from 'https://esm.sh/remark@15?bundle'
</script>
```

Expand Down

0 comments on commit 516a5d1

Please sign in to comment.