diff --git a/CHANGELOG.md b/CHANGELOG.md index 7244eaf..5d4d221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.2](https://github.com/qq15725/modern-text/compare/v1.0.1...v1.0.2) (2024-12-25) + + +### Features + +* up IDOC ([adb985c](https://github.com/qq15725/modern-text/commit/adb985c3889e9c87189a4423ae4b2940a1e90749)) + + + ## [1.0.1](https://github.com/qq15725/modern-text/compare/v1.0.0...v1.0.1) (2024-12-25) diff --git a/package.json b/package.json index c46e83c..a3e9bef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-text", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "packageManager": "pnpm@9.15.1", "description": "Measure and render text in a way that describes the DOM.", "author": "wxm",