diff --git a/CHANGELOG.md b/CHANGELOG.md index d611dc7..40246ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/eggjs/egg-cluster/compare/v2.3.0...v2.4.0) (2024-12-09) + + +### Features + +* use detect-port v2 ([#116](https://github.com/eggjs/egg-cluster/issues/116)) ([8480a40](https://github.com/eggjs/egg-cluster/commit/8480a403f6778ae70af7ad2ce7f4bfac5b565828)) + ## [2.3.0](https://github.com/eggjs/egg-cluster/compare/v2.2.1...v2.3.0) (2024-06-03) diff --git a/package.json b/package.json index c1cb817..a8e0849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-cluster", - "version": "2.3.0", + "version": "2.4.0", "description": "cluster manager for egg", "main": "index.js", "scripts": {