Skip to content

Commit 276eb48

Browse files
authored
chore(release): publish v0.6.4 (#68)
1 parent 79a361f commit 276eb48

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.6.4](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.3...v0.6.4) (2024-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* should generate unique id with counter when using different syntax ([#67](https://github.com/web-infra-dev/mdx-rs/issues/67)) ([79a361f](https://github.com/web-infra-dev/mdx-rs/commit/79a361f11a17c36679483a504e6db64db9e46cf6))
7+
8+
9+
110
## [0.6.3](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.2...v0.6.3) (2024-11-07)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rspress/mdx-rs",
33
"description": "MDX compilation binding for Rspress",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)