diff --git a/CHANGELOG.md b/CHANGELOG.md index d2eab33..c6a7c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.5](https://github.com/qq15725/modern-text/compare/v0.3.4...v0.3.5) (2024-11-11) + + +### Bug Fixes + +* bbox ([7b52513](https://github.com/qq15725/modern-text/commit/7b525131cf19002287be23d0a4fc49045d179f73)) + + + ## [0.3.4](https://github.com/qq15725/modern-text/compare/v0.3.3...v0.3.4) (2024-11-11) diff --git a/package.json b/package.json index 280e3a2..0c2c23f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-text", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "packageManager": "pnpm@9.9.0", "description": "Measure and render text in a way that describes the DOM.", "author": "wxm",