diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd207b..539af7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.4.2](https://github.com/web-infra-dev/mdx-rs-binding/compare/v0.4.1...v0.4.2) (2023-11-23) + + +### Bug Fixes + +* image extension support uppercase ([fef43d0](https://github.com/web-infra-dev/mdx-rs-binding/commit/fef43d06c08a8a265c4d361df1427b0fdb41ccf5)) +* **plugin_toc:** remove extra escape char ([581cded](https://github.com/web-infra-dev/mdx-rs-binding/commit/581cded395100cc6a0c5e7c19c8727b6ea1a99e3)) + + + ## [0.4.1](https://github.com/web-infra-dev/mdx-rs-binding/compare/v0.4.0...v0.4.1) (2023-10-23) diff --git a/package.json b/package.json index ea9ca22..4c789ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rspress/mdx-rs", "description": "MDX compilation binding for Rspress", - "version": "0.4.1", + "version": "0.4.2", "main": "index.js", "types": "index.d.ts", "napi": {