diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e7154..45d1dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.9](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.8...v1.12.9) (2022-10-01) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([058fcf3](https://github.com/CoCreate-app/CoCreate-elements/commit/058fcf3ceeb130c52130313e30ff9d9cafcb6777)) + ## [1.12.8](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.7...v1.12.8) (2022-10-01) diff --git a/package.json b/package.json index c971e36..19df3ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/elements", - "version": "1.12.8", + "version": "1.12.9", "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 ❤",