diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6096b..747d096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.31.2](https://github.com/CoCreate-app/CoCreateWS/compare/v0.31.1...v0.31.2) (2023-05-25) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([3a5e058](https://github.com/CoCreate-app/CoCreateWS/commit/3a5e058fe471cf457aebb4b369e4a07e7761e179)) + ## [0.31.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.31.0...v0.31.1) (2023-05-25) diff --git a/package.json b/package.json index 9d88e94..70bd344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatews", - "version": "0.31.1", + "version": "0.31.2", "description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.", "keywords": [ "cocreatews", @@ -63,4 +63,4 @@ "cors": "^2.8.5", "express": "^4.17.1" } -} \ No newline at end of file +}