From ea298668d1dc76ae0a19fd4d548a2068d5d99a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E9=99=88=E5=A8=81?= Date: Thu, 16 May 2024 14:26:17 +0800 Subject: [PATCH] chore(release): publish v0.5.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8102f2..5521e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.6](https://github.com/web-infra-dev/mdx-rs/compare/v0.5.5...v0.5.6) (2024-05-16) + + +### Bug Fixes + +* trim_end when collect title in mdast ([#42](https://github.com/web-infra-dev/mdx-rs/issues/42)) ([3c366f7](https://github.com/web-infra-dev/mdx-rs/commit/3c366f74bbc0a9be8b3796834d8a2b0dd5635a4f)) + + + ## [0.5.5](https://github.com/web-infra-dev/mdx-rs/compare/v0.5.4...v0.5.5) (2024-05-04) diff --git a/package.json b/package.json index 612ca2e..f93d769 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rspress/mdx-rs", "description": "MDX compilation binding for Rspress", - "version": "0.5.5", + "version": "0.5.6", "main": "index.js", "types": "index.d.ts", "files": [