Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Dec 8, 2023
1 parent 5d1f5d0 commit 72f7b33
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

## [2.2.1](https://github.com/eggjs/egg-cluster/compare/v2.2.0...v2.2.1) (2023-12-08)


### Bug Fixes

* 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))

## [2.2.0](https://github.com/eggjs/egg-cluster/compare/v2.1.1...v2.2.0) (2023-06-27)


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": "egg-cluster",
"version": "2.2.0",
"version": "2.2.1",
"description": "cluster manager for egg",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 72f7b33

Please sign in to comment.