Skip to content

Commit

Permalink
chore(release): 0.44.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.44.0](v0.43.1...v0.44.0) (2023-12-01)

### Bug Fixes

* accepts cluster varible ([ce1d488](ce1d488))
* add usage module previously called metrics-server ([e2d8cbc](e2d8cbc))
* components renamed to modules ([b3369a0](b3369a0))
* metrics-server to metrics ([7026b84](7026b84))
* metrics-server to metrics ([7b7b2d9](7b7b2d9))
* pass empty cluster ([442e727](442e727))

### Features

* add "@cocreate/lazy-loader" ([8193926](8193926))
* masterMap with IPC communication ([146f80d](146f80d))
* node cluster support ([92ba99e](92ba99e))
* support node clustering ([9335d46](9335d46))
* supports passing workers count in config ([e03328b](e03328b))
  • Loading branch information
semantic-release-bot committed Dec 1, 2023
1 parent e03328b commit 0903f32
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [0.44.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.43.1...v0.44.0) (2023-12-01)


### Bug Fixes

* accepts cluster varible ([ce1d488](https://github.com/CoCreate-app/CoCreateWS/commit/ce1d4889d7b4089103a9d140ca3e100017512f58))
* add usage module previously called metrics-server ([e2d8cbc](https://github.com/CoCreate-app/CoCreateWS/commit/e2d8cbca0bb0e187496455a0c8dd5653af241d94))
* components renamed to modules ([b3369a0](https://github.com/CoCreate-app/CoCreateWS/commit/b3369a0fd641b1f1a2810f2964f7fadf89baf7fb))
* metrics-server to metrics ([7026b84](https://github.com/CoCreate-app/CoCreateWS/commit/7026b84e2b0d2689f762a86c2a7070e98008251e))
* metrics-server to metrics ([7b7b2d9](https://github.com/CoCreate-app/CoCreateWS/commit/7b7b2d925d769f64c2655d050fecb99dc5523465))
* pass empty cluster ([442e727](https://github.com/CoCreate-app/CoCreateWS/commit/442e7273b5792853ff13c151c144b69eb3bf63af))


### Features

* add "@cocreate/lazy-loader" ([8193926](https://github.com/CoCreate-app/CoCreateWS/commit/8193926ae86ef86a1ea2d16006106b1c0c7dd7f8))
* masterMap with IPC communication ([146f80d](https://github.com/CoCreate-app/CoCreateWS/commit/146f80dfc05acdf7f3abecd8795cecbdfe22e2ea))
* node cluster support ([92ba99e](https://github.com/CoCreate-app/CoCreateWS/commit/92ba99efded2be54347785def155ed99eb174183))
* support node clustering ([9335d46](https://github.com/CoCreate-app/CoCreateWS/commit/9335d46a902341ba108e7838fbe31e282c82ff67))
* supports passing workers count in config ([e03328b](https://github.com/CoCreate-app/CoCreateWS/commit/e03328b92a915a91f4cd8cce6b7934bd8d00dd6c))

## [0.43.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.43.0...v0.43.1) (2023-11-26)


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.43.1",
"version": "0.44.0",
"description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.",
"keywords": [
"cocreatews",
Expand Down

0 comments on commit 0903f32

Please sign in to comment.