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 ff906ee commit 782cba7Copy full SHA for 782cba7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.2.1](https://github.com/eggjs/egg-core/compare/v6.2.0...v6.2.1) (2024-12-18)
4
+
5
6
+### Bug Fixes
7
8
+* improve lifecycle deprecated message ([#275](https://github.com/eggjs/egg-core/issues/275)) ([ff906ee](https://github.com/eggjs/egg-core/commit/ff906ee4ba107d3e29c88c85ca5172bcd18a14f0))
9
10
## [6.2.0](https://github.com/eggjs/egg-core/compare/v6.1.0...v6.2.0) (2024-12-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eggjs/core",
- "version": "6.2.0",
+ "version": "6.2.1",
"publishConfig": {
"access": "public"
},
0 commit comments