diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2e44a..02232c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.4](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.7.3...v1.7.4) (2023-01-01) + + +### Bug Fixes + +* docs sanbox overflow ([fda88af](https://github.com/CoCreate-app/CoCreate-modal/commit/fda88aff546009dc40cb15344eafe3093078aea2)) + ## [1.7.3](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.7.2...v1.7.3) (2022-12-31) diff --git a/package.json b/package.json index 334571f..fbb110d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.7.3", + "version": "1.7.4", "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 ❤",