diff --git a/CHANGELOG.md b/CHANGELOG.md index 823e07c..3051d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.34.0...v0.34.1) (2023-06-14) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([f7bdc77](https://github.com/CoCreate-app/CoCreateWS/commit/f7bdc778c19119a9fad1fe227efa57c6ccfd9409)) + # [0.34.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.33.0...v0.34.0) (2023-06-13) diff --git a/package.json b/package.json index 6123335..1ad2bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatews", - "version": "0.34.0", + "version": "0.34.1", "description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.", "keywords": [ "cocreatews", @@ -59,4 +59,4 @@ "@cocreate/users": "^1.22.26", "@cocreate/uuid": "^1.4.27" } -} \ No newline at end of file +}