Skip to content

Commit 7811cce

Browse files
Release 6.0.3
[skip ci] ## [6.0.3](v6.0.2...v6.0.3) (2024-12-13) ### Bug Fixes * dont import default value ([#273](#273)) ([16274e7](16274e7))
1 parent 16274e7 commit 7811cce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.3](https://github.com/eggjs/egg-core/compare/v6.0.2...v6.0.3) (2024-12-13)
4+
5+
6+
### Bug Fixes
7+
8+
* dont import default value ([#273](https://github.com/eggjs/egg-core/issues/273)) ([16274e7](https://github.com/eggjs/egg-core/commit/16274e744007bcbeef9a99210fa00c8812d05718))
9+
310
## [6.0.2](https://github.com/eggjs/egg-core/compare/v6.0.1...v6.0.2) (2024-06-30)
411

512

package.json

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

0 commit comments

Comments
 (0)