From c2debd56b15b35c0483a2424dc3447b0d407e921 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Dec 2022 05:48:31 +0000 Subject: [PATCH] Release 4.30.1 [skip ci] ## [4.30.1](https://github.com/eggjs/egg-core/compare/v4.30.0...v4.30.1) (2022-12-19) ### Bug Fixes * 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46875001..b236c637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.30.1](https://github.com/eggjs/egg-core/compare/v4.30.0...v4.30.1) (2022-12-19) + + +### Bug Fixes + +* 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)) + ## [4.30.0](https://github.com/eggjs/egg-core/compare/v4.29.0...v4.30.0) (2022-12-19) diff --git a/package.json b/package.json index 4943dc12..812a25b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-core", - "version": "4.30.0", + "version": "4.30.1", "description": "A core Pluggable framework based on koa", "main": "index.js", "types": "index.d.ts",