diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d21155..9c19dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.9...v1.15.0) (2023-11-19) + + +### Features + +* update dependecies for th latest features and bug fixes ([9f69be2](https://github.com/CoCreate-app/CoCreate-modal/commit/9f69be2e56b6ab5d9069e6bae5f406b7c9d206aa)) + ## [1.14.9](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.8...v1.14.9) (2023-11-12) diff --git a/package.json b/package.json index 62c1245..90d2749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.14.9", + "version": "1.15.0", "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/socket-client": "^1.33.1", "@cocreate/uuid": "^1.7.6" } -} \ No newline at end of file +}