Skip to content

Commit f4f5ca1

Browse files
Release 3.5.0
[skip ci] ## [3.5.0](v3.4.1...v3.5.0) (2023-08-30) ### Features * add tips for tcp-base ([#64](#64)) ([f3068e0](f3068e0))
1 parent f3068e0 commit f4f5ca1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/node-modules/cluster-client/compare/v3.4.1...v3.5.0) (2023-08-30)
4+
5+
6+
### Features
7+
8+
* add tips for tcp-base ([#64](https://github.com/node-modules/cluster-client/issues/64)) ([f3068e0](https://github.com/node-modules/cluster-client/commit/f3068e0b6900b595e91a630e0f4e3bea7e84c3de))
9+
310
## [3.4.1](https://github.com/node-modules/cluster-client/compare/v3.4.0...v3.4.1) (2023-06-20)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cluster-client",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"description": "Sharing Connection among Multi-Process Nodejs",
55
"main": "./index.js",
66
"files": [

0 commit comments

Comments
 (0)