diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bc1fa..d350d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.57.10](https://github.com/CoCreate-app/CoCreateJS/compare/v1.57.9...v1.57.10) (2023-06-11) + + +### Bug Fixes + +* testing workflow ([5b390ba](https://github.com/CoCreate-app/CoCreateJS/commit/5b390ba035ccce6115f45a42aeee7507d718da51)) + ## [1.57.9](https://github.com/CoCreate-app/CoCreateJS/compare/v1.57.8...v1.57.9) (2023-06-11) diff --git a/package.json b/package.json index 900cd3c..d487dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatejs", - "version": "1.57.9", + "version": "1.57.10", "description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.", "keywords": [ "cocreatejs", @@ -133,4 +133,4 @@ "@cocreate/validation": "^1.8.24", "@cocreate/vdom": "^1.6.25" } -} \ No newline at end of file +}