Skip to content

Commit 9ff7f76

Browse files
Release 6.0.2
[skip ci] ## [6.0.2](v6.0.1...v6.0.2) (2024-06-30) ### Bug Fixes * don't override koa Middleware type ([#271](#271)) ([1facf82](1facf82))
1 parent 1facf82 commit 9ff7f76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [6.0.1](https://github.com/eggjs/egg-core/compare/v6.0.0...v6.0.1) (2024-06-23)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)