Skip to content

Commit 72f7b33

Browse files
Release 2.2.1
[skip ci] ## [2.2.1](v2.2.0...v2.2.1) (2023-12-08) ### Bug Fixes * worker does not get SIGTERM signal from master when close ([#111](#111)) ([211c143](211c143))
1 parent 5d1f5d0 commit 72f7b33

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/eggjs/egg-cluster/compare/v2.2.0...v2.2.1) (2023-12-08)
4+
5+
6+
### Bug Fixes
7+
8+
* worker does not get SIGTERM signal from master when close ([#111](https://github.com/eggjs/egg-cluster/issues/111)) ([211c143](https://github.com/eggjs/egg-cluster/commit/211c143c7a679c0049573742dd9e3691188857eb))
9+
310
## [2.2.0](https://github.com/eggjs/egg-cluster/compare/v2.1.1...v2.2.0) (2023-06-27)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-cluster",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "cluster manager for egg",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)