Skip to content

Commit 5e20bef

Browse files
authored
chore(release): publish v0.6.2 (#63)
1 parent 00f645e commit 5e20bef

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
## [0.6.2](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.1...v0.6.2) (2024-11-07)
2+
3+
4+
### Features
5+
6+
* support delete syntax in toc ([#62](https://github.com/web-infra-dev/mdx-rs/issues/62)) ([00f645e](https://github.com/web-infra-dev/mdx-rs/commit/00f645e843a645b95ff75c39d889c554542ef6f8))
7+
8+
9+
110
## [0.6.1](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.0...v0.6.1) (2024-10-23)
211

312

413
### Bug Fixes
514

6-
* container syntax should output lowerCase className ([964a42d](https://github.com/web-infra-dev/mdx-rs/commit/964a42d4910b6710e7501f765a27e3e5a900e3a6))
15+
* container syntax should output lowerCase className ([#60](https://github.com/web-infra-dev/mdx-rs/issues/60)) ([0c4c243](https://github.com/web-infra-dev/mdx-rs/commit/0c4c243905c38cf52dc3a4ff50853058c5ea4333))
716

817

918

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.1",
4+
"version": "0.6.2",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)