diff --git a/CHANGELOG.md b/CHANGELOG.md index d78e98a..82c1b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.64.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.63.0...v1.64.0) (2023-11-12) + + +### Bug Fixes + +* meta name typo ([9f37013](https://github.com/CoCreate-app/CoCreateJS/commit/9f370135a8c819584aae32e9cf5d99df3286122a)) + + +### Features + +* update "[@cocreate](https://github.com/cocreate)" dependencies ([437c378](https://github.com/CoCreate-app/CoCreateJS/commit/437c378c4e51c4435626272bf71cd50d24f663f1)) + # [1.63.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.62.5...v1.63.0) (2023-11-04) diff --git a/package.json b/package.json index d1d7a27..d98692c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatejs", - "version": "1.63.0", + "version": "1.64.0", "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", @@ -132,4 +132,4 @@ "@cocreate/validation": "^1.11.11", "@cocreate/vdom": "^1.9.8" } -} \ No newline at end of file +}