From e987ecaa9e5bbcbda7682f96eff3ae462b7c3056 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Oct 2022 10:30:15 +0000 Subject: [PATCH] chore(release): 1.4.13 [skip ci] ## [1.4.13](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.12...v1.4.13) (2022-10-02) ### Bug Fixes * bump @cocreate/hosting and @cocreate/socket-client ([609beb5](https://github.com/CoCreate-app/CoCreate-modal/commit/609beb5f982ad9a894dc38c4852531289a468b21)) * config renamed to CoCreateConfig ([046348b](https://github.com/CoCreate-app/CoCreate-modal/commit/046348b76e4bf7c861e345d32193edc925bc8094)) --- CHANGELOG.md | 8 ++++++++ package.json | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da1494..05bd572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.13](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.12...v1.4.13) (2022-10-02) + + +### Bug Fixes + +* bump @cocreate/hosting and @cocreate/socket-client ([609beb5](https://github.com/CoCreate-app/CoCreate-modal/commit/609beb5f982ad9a894dc38c4852531289a468b21)) +* config renamed to CoCreateConfig ([046348b](https://github.com/CoCreate-app/CoCreate-modal/commit/046348b76e4bf7c861e345d32193edc925bc8094)) + ## [1.4.12](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.11...v1.4.12) (2022-10-01) diff --git a/package.json b/package.json index 233b971..730135e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.4.12", + "version": "1.4.13", "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 ❤",