Skip to content

Commit 5b52c03

Browse files
committed
chore(release): publish v0.4.1
1 parent 6504df2 commit 5b52c03

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.4.1](https://github.com/web-infra-dev/mdx-rs-binding/compare/v0.4.0...v0.4.1) (2023-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* anchor missed when link exsited in header ([6504df2](https://github.com/web-infra-dev/mdx-rs-binding/commit/6504df27555565aba8262326d5947b3427915fb2))
7+
8+
9+
110
# [0.4.0](https://github.com/web-infra-dev/mdx-rs-binding/compare/v0.3.3...v0.4.0) (2023-10-18)
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.4.0",
4+
"version": "0.4.1",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"napi": {

0 commit comments

Comments
 (0)