diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f871ae..7c741ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.18](https://github.com/qq15725/modern-path2d/compare/v0.1.17...v0.1.18) (2024-10-25) + + +### Bug Fixes + +* BoundingBox from ([81f14e6](https://github.com/qq15725/modern-path2d/commit/81f14e6cf233f1dcf8dd953842c255fc6f0b0838)) + + + ## [0.1.17](https://github.com/qq15725/modern-path2d/compare/v0.1.16...v0.1.17) (2024-10-24) diff --git a/package.json b/package.json index 44a5bdf..915f813 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-path2d", "type": "module", - "version": "0.1.17", + "version": "0.1.18", "packageManager": "pnpm@9.9.0", "description": "A modern Path2D library, fully compatible with Web Path2D, with additional support for path animation, path deformation, path playback, etc.", "author": "wxm",