diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b188c..239d303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/KarinJS/md-html/compare/v1.0.0...v1.0.1) (2024-08-03) + + +### Bug Fixes + +* pub error ([1c80afd](https://github.com/KarinJS/md-html/commit/1c80afd6e31a94b60438d001d188df5597a97c6f)) + ## 1.0.0 (2024-08-03) diff --git a/package.json b/package.json index b808168..22a2abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karinjs/md-html", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert Markdown text to HTML text", "homepage": "https://github.com/KarinJS/md-html", "bugs": {