Skip to content

Commit 6895036

Browse files
authored
chore(release): publish v0.6.6 (#73)
1 parent e8969f0 commit 6895036

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.6](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.5...v0.6.6) (2025-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* support nested container syntax in component ([#72](https://github.com/web-infra-dev/mdx-rs/issues/72)) ([e8969f0](https://github.com/web-infra-dev/mdx-rs/commit/e8969f0f758b83cb86a3836907fddf2ba6e68da9))
7+
8+
9+
110
## [0.6.5](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.4...v0.6.5) (2025-01-13)
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.5",
4+
"version": "0.6.6",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)