From 2b19249cafa5d3115798151202d2202764c4936d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 21:04:07 +0000 Subject: [PATCH] chore(release): 1.14.3 [skip ci] ## [1.14.3](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.2...v1.14.3) (2023-10-09) ### Bug Fixes * bump dependencies ([1127f16](https://github.com/CoCreate-app/CoCreate-modal/commit/1127f1679c078a85391262f74ecd354186de2ac3)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3339d8..9f3bd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.3](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.2...v1.14.3) (2023-10-09) + + +### Bug Fixes + +* bump dependencies ([1127f16](https://github.com/CoCreate-app/CoCreate-modal/commit/1127f1679c078a85391262f74ecd354186de2ac3)) + ## [1.14.2](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.14.1...v1.14.2) (2023-10-09) diff --git a/package.json b/package.json index a39e572..7b04d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.14.2", + "version": "1.14.3", "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.3", "@cocreate/uuid": "^1.7.2" } -} \ No newline at end of file +}