diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3bd0c..a83fc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.4](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.3...v1.14.4) (2023-10-14) + + +### Bug Fixes + +* bump dependencies ([2e5d297](https://github.com/CoCreate-app/CoCreate-modal/commit/2e5d297ef3578f736d14efe4f4b6558ba3850d36)) + ## [1.14.3](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.2...v1.14.3) (2023-10-09) diff --git a/package.json b/package.json index 800537b..97beee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.14.3", + "version": "1.14.4", "description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", "keywords": [ "modal", @@ -67,4 +67,4 @@ "@cocreate/position": "^1.6.4", "@cocreate/uuid": "^1.7.2" } -} \ No newline at end of file +}