We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1facf82 commit 9ff7f76Copy full SHA for 9ff7f76
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.0.2](https://github.com/eggjs/egg-core/compare/v6.0.1...v6.0.2) (2024-06-30)
4
+
5
6
+### Bug Fixes
7
8
+* don't override koa Middleware type ([#271](https://github.com/eggjs/egg-core/issues/271)) ([1facf82](https://github.com/eggjs/egg-core/commit/1facf824a41c9227e8da862fda1f17071f1d2a55))
9
10
## [6.0.1](https://github.com/eggjs/egg-core/compare/v6.0.0...v6.0.1) (2024-06-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eggjs/core",
- "version": "6.0.1",
+ "version": "6.0.2",
"publishConfig": {
"access": "public"
},
0 commit comments