From b9b8d7b65cd37d13626fda22b97fd710905326e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Sep 2022 15:41:35 +0000 Subject: [PATCH] chore(release): 1.4.9 [skip ci] ## [1.4.9](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.8...v1.4.9) (2022-09-30) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([2b85bbe](https://github.com/CoCreate-app/CoCreate-modal/commit/2b85bbe7ca845147922ebfbe63cf98ad79cf7146)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006933e..3333457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.9](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.8...v1.4.9) (2022-09-30) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([2b85bbe](https://github.com/CoCreate-app/CoCreate-modal/commit/2b85bbe7ca845147922ebfbe63cf98ad79cf7146)) + ## [1.4.8](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.7...v1.4.8) (2022-09-30) diff --git a/package.json b/package.json index 3e5b123..9747d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.4.8", + "version": "1.4.9", "description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", "keywords": [ "modal", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -34,7 +36,9 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" + }, "homepage": "https://cocreate.app/docs/modal", "funding": { "type": "GitHub Sponsors ❤",