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",