From b496d0ef154a6881b84c8af7ad79985b5312ac8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E9=99=88=E5=A8=81?= Date: Mon, 18 Nov 2024 21:14:09 +0800 Subject: [PATCH] chore(release): publish v0.6.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4dd6fe..373f98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.4](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.3...v0.6.4) (2024-11-18) + + +### Bug Fixes + +* 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)) + + + ## [0.6.3](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.2...v0.6.3) (2024-11-07) diff --git a/package.json b/package.json index c54a6bc..2703c0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rspress/mdx-rs", "description": "MDX compilation binding for Rspress", - "version": "0.6.3", + "version": "0.6.4", "main": "index.js", "types": "index.d.ts", "files": [