Skip to content

Commit d5d0660

Browse files
committed
6.0.0
1 parent dd3075a commit d5d0660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/remark-math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-math",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "remark plugin to parse and stringify math",
55
"license": "MIT",
66
"keywords": [

packages/remark-math/readme.md

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

7676
```js
77-
import remarkMath from 'https://esm.sh/remark-math@5'
77+
import remarkMath from 'https://esm.sh/remark-math@6'
7878
```
7979

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

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

0 commit comments

Comments
 (0)