From 4d8e5f46597d341eb4b42d4ad18fcf8ba328560e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 18:22:14 +0000 Subject: [PATCH] chore(release): 0.39.0 [skip ci] # [0.39.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.38.5...v0.39.0) (2023-10-24) ### Bug Fixes * crdt-transactions renamed to crdt ([f61a934](https://github.com/CoCreate-app/CoCreateWS/commit/f61a934f7858f6bdf89c9fcc124536675f59ab33)) ### Features * ObjectId() returns an object containg the parts iof the _id along with a toString() function ([6b1be9c](https://github.com/CoCreate-app/CoCreateWS/commit/6b1be9cd3d5e49aff52cba5b72cfe4a6e944fb4b)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ccbf6..e706363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.39.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.38.5...v0.39.0) (2023-10-24) + + +### Bug Fixes + +* crdt-transactions renamed to crdt ([f61a934](https://github.com/CoCreate-app/CoCreateWS/commit/f61a934f7858f6bdf89c9fcc124536675f59ab33)) + + +### Features + +* ObjectId() returns an object containg the parts iof the _id along with a toString() function ([6b1be9c](https://github.com/CoCreate-app/CoCreateWS/commit/6b1be9cd3d5e49aff52cba5b72cfe4a6e944fb4b)) + ## [0.38.5](https://github.com/CoCreate-app/CoCreateWS/compare/v0.38.4...v0.38.5) (2023-10-19) diff --git a/package.json b/package.json index 36b1086..d16e775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatews", - "version": "0.38.5", + "version": "0.39.0", "description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.", "keywords": [ "cocreatews",