diff --git a/CHANGELOG.md b/CHANGELOG.md index 163ae8f..734047b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.4](https://github.com/qq15725/modern-path2d/compare/v0.2.3...v0.2.4) (2024-11-07) + + +### Bug Fixes + +* svg style parse ([684000f](https://github.com/qq15725/modern-path2d/commit/684000f27f40dae1b6abe476aa9fcb68e9ea67c7)) + + + ## [0.2.3](https://github.com/qq15725/modern-path2d/compare/v0.2.2...v0.2.3) (2024-11-07) diff --git a/package.json b/package.json index dead914..167c7b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-path2d", "type": "module", - "version": "0.2.3", + "version": "0.2.4", "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",