Skip to content

Commit ca75960

Browse files
Release 6.2.12
[skip ci] ## [6.2.12](v6.2.11...v6.2.12) (2025-01-03) ### Bug Fixes * export EggAppConfig type let plugin can override it ([#286](#286)) ([62b1f97](62b1f97))
1 parent 62b1f97 commit ca75960

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.2.12](https://github.com/eggjs/core/compare/v6.2.11...v6.2.12) (2025-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* export EggAppConfig type let plugin can override it ([#286](https://github.com/eggjs/core/issues/286)) ([62b1f97](https://github.com/eggjs/core/commit/62b1f972826f5a51901ff36e6bbd8f4a9d7a570f))
9+
310
## [6.2.11](https://github.com/eggjs/core/compare/v6.2.10...v6.2.11) (2025-01-02)
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.2.11",
3+
"version": "6.2.12",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)