From 13eb9601bc3fa365c2e3024cfdfc8c9b2b7e5d8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Nov 2023 00:17:16 +0000 Subject: [PATCH] chore(release): 0.40.0 [skip ci] # [0.40.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.39.0...v0.40.0) (2023-11-04) ### Bug Fixes * favicon.ico path ([5f130d6](https://github.com/CoCreate-app/CoCreateWS/commit/5f130d6884beee4f28902b16288042ec07176fb7)) * update '[@cocreate](https://github.com/cocreate)' dependencies to there latest versions ([0e3b442](https://github.com/CoCreate-app/CoCreateWS/commit/0e3b44232158359f4471157f44c0a6192ea117c2)) * update method to use object.update etc ([5fd4b7f](https://github.com/CoCreate-app/CoCreateWS/commit/5fd4b7f3af5e7ba69376c1d5bcf5e7194d2fcb0a)) ### Features * update dependencies to the latest versions ([a025c73](https://github.com/CoCreate-app/CoCreateWS/commit/a025c7362feee0ac1a45d8227b8f47dd43067c4f)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e706363..4f1d74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.40.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.39.0...v0.40.0) (2023-11-04) + + +### Bug Fixes + +* favicon.ico path ([5f130d6](https://github.com/CoCreate-app/CoCreateWS/commit/5f130d6884beee4f28902b16288042ec07176fb7)) +* update '[@cocreate](https://github.com/cocreate)' dependencies to there latest versions ([0e3b442](https://github.com/CoCreate-app/CoCreateWS/commit/0e3b44232158359f4471157f44c0a6192ea117c2)) +* update method to use object.update etc ([5fd4b7f](https://github.com/CoCreate-app/CoCreateWS/commit/5fd4b7f3af5e7ba69376c1d5bcf5e7194d2fcb0a)) + + +### Features + +* update dependencies to the latest versions ([a025c73](https://github.com/CoCreate-app/CoCreateWS/commit/a025c7362feee0ac1a45d8227b8f47dd43067c4f)) + # [0.39.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.38.5...v0.39.0) (2023-10-24) diff --git a/package.json b/package.json index bd1c145..c9168f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatews", - "version": "0.39.0", + "version": "0.40.0", "description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.", "keywords": [ "cocreatews", @@ -65,4 +65,4 @@ "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" } -} \ No newline at end of file +}