From 20d21fbef5ae66077105a03e85086154072b9e80 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 30 May 2024 06:27:23 +0000 Subject: [PATCH] chore(release): v0.3.1 --- CHANGELOG.md | 21 +++++++++++---------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cc0a3..75eafb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.3.1](https://github.com/robertrosman/vue-paint/compare/v0.3.0...v0.3.1) (2024-05-30) + + +### Bug Fixes + +* add tools prop to shapeSvgComponent ([7146808](https://github.com/robertrosman/vue-paint/commit/7146808299c5180b1ed7755ffeffc014f6011c26)) +* disable handlesOnActiveShape by default ([61c7342](https://github.com/robertrosman/vue-paint/commit/61c734242352496ab8648a12e0b7b8f88d051d20)) +* remove all handles before export ([d3bc80b](https://github.com/robertrosman/vue-paint/commit/d3bc80bf55da188d7f6a8d5b4879c37c4b31bbc9)) + + + # [0.3.0](https://github.com/robertrosman/vue-paint/compare/v0.2.3...v0.3.0) (2024-05-30) @@ -49,13 +60,3 @@ -# [0.2.0](https://github.com/robertrosman/vue-paint/compare/v0.1.1...v0.2.0) (2024-05-26) - - -### Features - -* add useTextarea tool ([b301a0e](https://github.com/robertrosman/vue-paint/commit/b301a0ec6b7e6805c97ebed42e5e4f530c2df3af)) -* allow custom fonts in useTextarea ([bfbc192](https://github.com/robertrosman/vue-paint/commit/bfbc1920e7b0e782a84a60e77f642b5b9d5a53e9)) - - - diff --git a/package-lock.json b/package-lock.json index 6437efa..f047a6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-paint", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 34f48f6..59deeeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-paint", - "version": "0.3.0", + "version": "0.3.1", "private": false, "type": "module", "author": "Robert Rosman",