Skip to content

Commit 9bd5c28

Browse files
Release 4.30.0
[skip ci] ## [4.30.0](v4.29.0...v4.30.0) (2022-12-19) ### Features * auto register tsconfig-paths on env.EGG_TYPESCRIPT enable ([#254](#254)) ([6d75322](6d75322))
1 parent 6d75322 commit 9bd5c28

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [4.30.0](https://github.com/eggjs/egg-core/compare/v4.29.0...v4.30.0) (2022-12-19)
4+
5+
6+
### Features
7+
8+
* auto register tsconfig-paths on env.EGG_TYPESCRIPT enable ([#254](https://github.com/eggjs/egg-core/issues/254)) ([6d75322](https://github.com/eggjs/egg-core/commit/6d75322e4bf7abbdc6a1405ab045e552aa41df08))

package.json

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

0 commit comments

Comments
 (0)