diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc24bf..1fb66d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.3](https://github.com/qq15725/modern-text/compare/v1.2.2...v1.2.3) (2025-01-09) + + +### Features + +* set default strokeLinejoin to round ([785049b](https://github.com/qq15725/modern-text/commit/785049b63459131aa341942fc7bfe2e9f75b87d6)) + + + ## [1.2.2](https://github.com/qq15725/modern-text/compare/v1.2.1...v1.2.2) (2025-01-09) diff --git a/package.json b/package.json index 9437a32..65e05b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-text", "type": "module", - "version": "1.2.2", + "version": "1.2.3", "packageManager": "pnpm@9.15.1", "description": "Measure and render text in a way that describes the DOM.", "author": "wxm",