diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c9339..918dd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.7](https://github.com/qq15725/modern-text/compare/v0.0.6...v0.0.7) (2024-01-24) + + +### Features + +* change MeasureResult ([77c7227](https://github.com/qq15725/modern-text/commit/77c72271f8425474c10150dbf47965f344001bc1)) + + + ## [0.0.6](https://github.com/qq15725/modern-text/compare/v0.0.5...v0.0.6) (2024-01-23) diff --git a/package.json b/package.json index bbf7ee2..7e74a7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-text", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "packageManager": "pnpm@8.14.1", "description": "Text measurement and rendering of canvas 2d", "author": "wxm",