From 8c4dc002aaa957f618a86e7cfab0a042a76b5b31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Jun 2021 19:58:26 +0000 Subject: [PATCH] chore(release): 1.2.5 [skip ci] ## [1.2.5](https://github.com/CoCreate-app/CoCreate-builder/compare/v1.2.4...v1.2.5) (2021-06-24) ### Bug Fixes * add method to turn on and off console.log while in development ([9875b7e](https://github.com/CoCreate-app/CoCreate-builder/commit/9875b7e8ea867cdac1a8ecdbaeae9fc6123a599e)) * update all [@cocreate](https://github.com/cocreate) to use latest versions ([8dbc111](https://github.com/CoCreate-app/CoCreate-builder/commit/8dbc1118cd9ea772e808906ec0de25a46fae6df2)) --- CHANGELOG.md | 8 ++++++++ package.json | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f984d2..dff7495c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.5](https://github.com/CoCreate-app/CoCreate-builder/compare/v1.2.4...v1.2.5) (2021-06-24) + + +### Bug Fixes + +* add method to turn on and off console.log while in development ([9875b7e](https://github.com/CoCreate-app/CoCreate-builder/commit/9875b7e8ea867cdac1a8ecdbaeae9fc6123a599e)) +* update all [@cocreate](https://github.com/cocreate) to use latest versions ([8dbc111](https://github.com/CoCreate-app/CoCreate-builder/commit/8dbc1118cd9ea772e808906ec0de25a46fae6df2)) + ## [1.2.4](https://github.com/CoCreate-app/CoCreate-builder/compare/v1.2.3...v1.2.4) (2021-06-20) diff --git a/package.json b/package.json index 83fe408b..d57721ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/builder", - "version": "1.2.4", + "version": "1.2.5", "description": "A simple builder component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "builder", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpackdev.config.js", "build": "NODE_ENV=production npx webpack --config webpackdev.config.js", @@ -34,7 +36,9 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-builder/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-builder/issues" + }, "homepage": "https://cocreate.app/docs/builder", "funding": { "type": "GitHub Sponsors ❤",