Skip to content

Commit f84b76d

Browse files
authored
chore(release): publish v0.6.3 (#65)
1 parent ae73f70 commit f84b76d

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.3](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.2...v0.6.3) (2024-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* generate header anchor for strong/em/del syntax ([#64](https://github.com/web-infra-dev/mdx-rs/issues/64)) ([ae73f70](https://github.com/web-infra-dev/mdx-rs/commit/ae73f70a55f39a849d4f2ec5fef6f120907bddde))
7+
8+
9+
110
## [0.6.2](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.1...v0.6.2) (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.2",
4+
"version": "0.6.3",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)