From a91c37ae9225cf56a22b315a7b74524cb6b91ccb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Nov 2023 15:37:03 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.20.0](https://github.com/melfore/konva-timeline/compare/v1.19.0...v1.20.0) (2023-11-16) ### Features * 🎸 [ToolTip] on task move tooltip disappear ([8bd368e](https://github.com/melfore/konva-timeline/commit/8bd368e1f9fd677ff9c7911812eb3f14ccc90d34)), closes [#151](https://github.com/melfore/konva-timeline/issues/151) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d137d2..85f8dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.20.0](https://github.com/melfore/konva-timeline/compare/v1.19.0...v1.20.0) (2023-11-16) + + +### Features + +* 🎸 [ToolTip] on task move tooltip disappear ([8bd368e](https://github.com/melfore/konva-timeline/commit/8bd368e1f9fd677ff9c7911812eb3f14ccc90d34)), closes [#151](https://github.com/melfore/konva-timeline/issues/151) + # [1.19.0](https://github.com/melfore/konva-timeline/compare/v1.18.1...v1.19.0) (2023-11-16) ### Features diff --git a/package-lock.json b/package-lock.json index a0c9451..1b24356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@melfore/konva-timeline", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@melfore/konva-timeline", - "version": "1.19.0", + "version": "1.20.0", "license": "MIT", "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", diff --git a/package.json b/package.json index 9ec0a39..bf3a6ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@melfore/konva-timeline", - "version": "1.19.0", + "version": "1.20.0", "description": "Melfore ReactJS Timeline library made with Konva", "main": "./dist/index.js", "types": "./dist/index.d.ts",