From 5d2fd8108ab026f199c145438c6b9e2dc9bcf9bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Oct 2022 17:13:02 +0000 Subject: [PATCH] chore(release): 1.12.7 [skip ci] ## [1.12.7](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.6...v1.12.7) (2022-10-01) ### Bug Fixes * bump dependencies ([0f70b51](https://github.com/CoCreate-app/CoCreate-elements/commit/0f70b517be34d1aeb15a71d5b747924ac16f52b0)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c95f9..d2af446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.7](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.6...v1.12.7) (2022-10-01) + + +### Bug Fixes + +* bump dependencies ([0f70b51](https://github.com/CoCreate-app/CoCreate-elements/commit/0f70b517be34d1aeb15a71d5b747924ac16f52b0)) + ## [1.12.6](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.5...v1.12.6) (2022-09-30) diff --git a/package.json b/package.json index fd2f0f2..194329d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/elements", - "version": "1.12.6", + "version": "1.12.7", "description": "Fetch content into any html element by using html5 attributes to query data stored in CoCreate headless CMS. If data is changed it will instantly reflect in html tags as changes are broadcasted in realtime", "keywords": [ "elements", @@ -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-elements/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-elements/issues" + }, "homepage": "https://cocreate.app/docs/elements", "funding": { "type": "GitHub Sponsors ❤",