diff --git a/CHANGELOG.md b/CHANGELOG.md index 96464273..c7180fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0](https://github.com/szimek/signature_pad/compare/v4.0.10...v4.1.0) (2022-10-30) + + +### Features + +* add toSVG method ([#668](https://github.com/szimek/signature_pad/issues/668)) ([c341107](https://github.com/szimek/signature_pad/commit/c34110752be5925315b8de71df3b896a09a1fe64)) + ## [4.0.10](https://github.com/szimek/signature_pad/compare/v4.0.9...v4.0.10) (2022-10-12) diff --git a/package.json b/package.json index 75f7326f..31cac7c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "signature_pad", "description": "Library for drawing smooth signatures.", - "version": "4.0.10", + "version": "4.1.0", "homepage": "https://github.com/szimek/signature_pad", "author": { "name": "Szymon Nowak",