We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a94313 commit 9a4553dCopy full SHA for 9a4553d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [5.1.1](https://github.com/eggjs/egg-core/compare/v5.1.0...v5.1.1) (2023-01-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-core",
- "version": "5.1.1",
+ "version": "5.2.0",
"description": "A core Pluggable framework based on koa",
"main": "index.js",
"types": "index.d.ts",
0 commit comments