From 0ffef7be44f7d2356dad088be0a418b08626fc87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Nov 2022 11:15:25 +0000 Subject: [PATCH] chore(release): 1.5.8 [skip ci] ## [1.5.8](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.5.7...v1.5.8) (2022-11-24) ### Bug Fixes * bump depenedencies ([d706865](https://github.com/CoCreate-app/CoCreate-modal/commit/d706865d0a0dfcb089ed7b1e6663c570969fa9f4)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333a0c7..eeca8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.8](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.5.7...v1.5.8) (2022-11-24) + + +### Bug Fixes + +* bump depenedencies ([d706865](https://github.com/CoCreate-app/CoCreate-modal/commit/d706865d0a0dfcb089ed7b1e6663c570969fa9f4)) + ## [1.5.7](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.5.6...v1.5.7) (2022-11-23) diff --git a/package.json b/package.json index c0b5d04..1e17160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.5.7", + "version": "1.5.8", "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 ❤",