From aafc1403fa0dc764c8588d7edb2ff7c169090690 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 6 Jun 2024 11:22:01 +0000 Subject: [PATCH] chore(release): v0.5.3 --- CHANGELOG.md | 15 ++++----------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc8c1f..d4be918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.5.3](https://github.com/robertrosman/vue-paint/compare/v0.5.2...v0.5.3) (2024-06-06) + + + ## [0.5.2](https://github.com/robertrosman/vue-paint/compare/v0.5.1...v0.5.2) (2024-06-06) @@ -65,14 +69,3 @@ -## [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)) - - - diff --git a/package-lock.json b/package-lock.json index 144cd3e..6619fa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-paint", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c14e8fa..dbcdb01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-paint", - "version": "0.5.2", + "version": "0.5.3", "private": false, "type": "module", "author": "Robert Rosman",