Skip to content

Commit

Permalink
chore(release): 0.39.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.39.0](v0.38.5...v0.39.0) (2023-10-24)

### Bug Fixes

* crdt-transactions renamed to crdt ([f61a934](f61a934))

### Features

* ObjectId() returns an object containg the parts iof the _id along with a toString() function ([6b1be9c](6b1be9c))
  • Loading branch information
semantic-release-bot committed Oct 24, 2023
1 parent f61a934 commit 4d8e5f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4d8e5f4

Please sign in to comment.