diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a8f43..9c6d6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/KarinJS/md-html/compare/v1.1.1...v1.1.2) (2024-08-05) + + +### Bug Fixes + +* 代码块间距 ([5f0cb65](https://github.com/KarinJS/md-html/commit/5f0cb65f5264713b602bf0b79ff9e32ce81fba94)) + ## [1.1.1](https://github.com/KarinJS/md-html/compare/v1.1.0...v1.1.1) (2024-08-05) diff --git a/package.json b/package.json index 4f6849f..b0d2cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karinjs/md-html", - "version": "1.1.1", + "version": "1.1.2", "description": "Convert Markdown text to HTML text", "homepage": "https://github.com/KarinJS/md-html", "bugs": {