diff --git a/CHANGELOG.md b/CHANGELOG.md index e367bfc..c8c2544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.4](https://github.com/qq15725/modern-path2d/compare/v0.1.3...v0.1.4) (2024-10-13) + + +### Bug Fixes + +* clone ([feb1661](https://github.com/qq15725/modern-path2d/commit/feb16610245960c1ca0735b37619994bffa9bf5a)) + + + ## [0.1.3](https://github.com/qq15725/modern-path2d/compare/v0.1.2...v0.1.3) (2024-10-12) diff --git a/package.json b/package.json index 5ffd82f..74b3a20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-path2d", "type": "module", - "version": "0.1.3", + "version": "0.1.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",