From a2c6d79b9a08b68f1f805d506c7231d7b11945c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Jan 2023 18:16:36 +0000 Subject: [PATCH] fix: bump cdn to 1.39.4 --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d0599..f43bed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.8](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.1.7...v1.1.8) (2023-01-01) + + +### Bug Fixes + +* docs sanbox overflow ([ed94bbb](https://github.com/CoCreate-app/CoCreate-codearea/commit/ed94bbb83fe43770c9b284e093e72cfefe33c914)) + ## [1.1.7](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.1.6...v1.1.7) (2022-12-31) diff --git a/package.json b/package.json index 9fda0ff..676892d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/codearea", - "version": "1.1.7", + "version": "1.1.8", "description": "A simple codearea component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "codearea", @@ -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-codearea/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-codearea/issues" + }, "homepage": "https://cocreate.app/docs/codearea", "funding": { "type": "GitHub Sponsors ❤",