From 78b37484d7b3fb107c4b6d0f3f3c2fbbc5a3c4c7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Oct 2022 17:18:22 +0000 Subject: [PATCH] chore(release): 1.4.12 [skip ci] ## [1.4.12](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.11...v1.4.12) (2022-10-01) ### Bug Fixes * bump dependencies ([429f1b4](https://github.com/CoCreate-app/CoCreate-modal/commit/429f1b4f4be04492646e4968a412c96aaf1002d9)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a469f05..5da1494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.12](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.11...v1.4.12) (2022-10-01) + + +### Bug Fixes + +* bump dependencies ([429f1b4](https://github.com/CoCreate-app/CoCreate-modal/commit/429f1b4f4be04492646e4968a412c96aaf1002d9)) + ## [1.4.11](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.10...v1.4.11) (2022-09-30) diff --git a/package.json b/package.json index 3d1514b..cb68158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.4.11", + "version": "1.4.12", "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 ❤",