diff --git a/History.md b/History.md index c40c8cb3..1d8b3de6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +4.30.2 / 2023-04-07 +================== + +**fixes** + * [[`eaeabd6`](http://github.com/eggjs/egg-core/commit/eaeabd6b4c31f972739db2539d013aee86e21a12)] - fix: skip register tsconfig-paths if tsconfig.json not exists (#263) (fengmk2 <>) + +**others** + * [[`6319f16`](http://github.com/eggjs/egg-core/commit/6319f161825208d66eeccd42bb6e6deaeec40920)] - chore: add latest-4 publish tag (fengmk2 <>) + 4.29.0 / 2022-12-06 ================== diff --git a/package.json b/package.json index 442e44f9..c13877a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-core", - "version": "4.30.1", + "version": "4.30.2", "publishConfig": { "tag": "latest-4" },