Skip to content

Commit 103df69

Browse files
Release 2.5.0
[skip ci] ## 2.5.0 (2025-12-13) * chore: change default branch to master ([9aac416](9aac416)) * chore: fix auto release ([7c6ebfa](7c6ebfa)) * feat: support reusePort on server listen (#115) ([c691907](c691907)), closes [#115](#115) [hi#level](https://github.com/hi/issues/level)
1 parent 9aac416 commit 103df69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.5.0 (2025-12-13)
4+
5+
* chore: change default branch to master ([9aac416](https://github.com/eggjs/cluster/commit/9aac416))
6+
* chore: fix auto release ([7c6ebfa](https://github.com/eggjs/cluster/commit/7c6ebfa))
7+
* feat: support reusePort on server listen (#115) ([c691907](https://github.com/eggjs/cluster/commit/c691907)), closes [#115](https://github.com/eggjs/cluster/issues/115) [hi#level](https://github.com/hi/issues/level)
8+
39
## [2.4.0](https://github.com/eggjs/egg-cluster/compare/v2.3.0...v2.4.0) (2024-12-09)
410

511

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.5.0-beta.3",
3+
"version": "2.5.0",
44
"description": "cluster manager for egg",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)