From 23e8818d2c6199d84db1d0dc53ccc0a51e2233f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 20:34:31 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 +}