diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac2541..7f871ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.17](https://github.com/qq15725/modern-path2d/compare/v0.1.16...v0.1.17) (2024-10-24) + + +### Features + +* support style option to drawTo method ([9464363](https://github.com/qq15725/modern-path2d/commit/9464363c065624a8104c6d6070cff917fb8b904d)) + + + ## [0.1.16](https://github.com/qq15725/modern-path2d/compare/v0.1.15...v0.1.16) (2024-10-18) diff --git a/package.json b/package.json index e41bbfd..44a5bdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-path2d", "type": "module", - "version": "0.1.16", + "version": "0.1.17", "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",