diff --git a/CHANGELOG.md b/CHANGELOG.md index 239d303..d400b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/KarinJS/md-html/compare/v1.0.1...v1.0.2) (2024-08-03) + + +### Bug Fixes + +* exports error ([c4fac01](https://github.com/KarinJS/md-html/commit/c4fac0168003618e98c57286ff1a2ac80a1b9845)) + ## [1.0.1](https://github.com/KarinJS/md-html/compare/v1.0.0...v1.0.1) (2024-08-03) diff --git a/package.json b/package.json index 80d331f..f9d1875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karinjs/md-html", - "version": "1.0.1", + "version": "1.0.2", "description": "Convert Markdown text to HTML text", "homepage": "https://github.com/KarinJS/md-html", "bugs": {