We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4e8bc commit 4995628Copy full SHA for 4995628
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.13.0](https://github.com/eggjs/egg/compare/v3.12.0...v3.13.0) (2023-01-13)
4
+
5
6
+### Features
7
8
+* log app start timeline on coreLogger ([#5122](https://github.com/eggjs/egg/issues/5122)) ([6c4e8bc](https://github.com/eggjs/egg/commit/6c4e8bca1b829ecd47e98cc9b0544c7aa874e755))
9
10
## [3.12.0](https://github.com/eggjs/egg/compare/v3.11.1...v3.12.0) (2023-01-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.12.0",
+ "version": "3.13.0",
"publishConfig": {
"tag": "latest"
},
0 commit comments