Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
[skip ci]

## [3.6.0](v3.5.0...v3.6.0) (2024-01-24)

### Features

* set ClusterServer default maximum listeners up to 20 ([#66](#66)) ([384b7b4](384b7b4))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 384b7b4 commit e9336b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.6.0](https://github.com/node-modules/cluster-client/compare/v3.5.0...v3.6.0) (2024-01-24)


### Features

* set ClusterServer default maximum listeners up to 20 ([#66](https://github.com/node-modules/cluster-client/issues/66)) ([384b7b4](https://github.com/node-modules/cluster-client/commit/384b7b48c9a79203a1b7639fa4b7475434cfa8b4))

## [3.5.0](https://github.com/node-modules/cluster-client/compare/v3.4.1...v3.5.0) (2023-08-30)


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": "cluster-client",
"version": "3.5.0",
"version": "3.6.0",
"description": "Sharing Connection among Multi-Process Nodejs",
"main": "./index.js",
"files": [
Expand Down

0 comments on commit e9336b5

Please sign in to comment.