Skip to content

Commit 9a4553d

Browse files
Release 5.2.0
[skip ci] ## [5.2.0](v5.1.1...v5.2.0) (2023-01-03) ### Features * upgrade ready-callback v3 ([#258](#258)) ([8a94313](8a94313))
1 parent 8a94313 commit 9a4553d

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+
## [5.2.0](https://github.com/eggjs/egg-core/compare/v5.1.1...v5.2.0) (2023-01-03)
4+
5+
6+
### Features
7+
8+
* upgrade ready-callback v3 ([#258](https://github.com/eggjs/egg-core/issues/258)) ([8a94313](https://github.com/eggjs/egg-core/commit/8a9431353ea3418cdfce04ca4be40eecb51fd4fe))
9+
310
## [5.1.1](https://github.com/eggjs/egg-core/compare/v5.1.0...v5.1.1) (2023-01-01)
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-core",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "A core Pluggable framework based on koa",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)