Skip to content

Commit c2debd5

Browse files
Release 4.30.1
[skip ci] ## [4.30.1](v4.30.0...v4.30.1) (2022-12-19) ### Bug Fixes * should support pkg.egg.typescript = true config ([#255](#255)) ([85f2eda](85f2eda))
1 parent 85f2eda commit c2debd5

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+
## [4.30.1](https://github.com/eggjs/egg-core/compare/v4.30.0...v4.30.1) (2022-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* should support pkg.egg.typescript = true config ([#255](https://github.com/eggjs/egg-core/issues/255)) ([85f2eda](https://github.com/eggjs/egg-core/commit/85f2edab9875524e7be044a818ec27d1d71292b1))
9+
310
## [4.30.0](https://github.com/eggjs/egg-core/compare/v4.29.0...v4.30.0) (2022-12-19)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-core",
3-
"version": "4.30.0",
3+
"version": "4.30.1",
44
"description": "A core Pluggable framework based on koa",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)