Skip to content

Commit 2920f6e

Browse files
Release 5.3.1
[skip ci] ## [5.3.1](v5.3.0...v5.3.1) (2023-04-06) ### Bug Fixes * skip register tsconfig-paths if tsconfig.json not exists ([#261](#261)) ([24a0d64](24a0d64)), closes [/github.com//pull/254#issuecomment-1493713971](https://github.com/eggjs//github.com/eggjs/egg-core/pull/254/issues/issuecomment-1493713971)
1 parent 24a0d64 commit 2920f6e

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+
## [5.3.1](https://github.com/eggjs/egg-core/compare/v5.3.0...v5.3.1) (2023-04-06)
4+
5+
6+
### Bug Fixes
7+
8+
* skip register tsconfig-paths if tsconfig.json not exists ([#261](https://github.com/eggjs/egg-core/issues/261)) ([24a0d64](https://github.com/eggjs/egg-core/commit/24a0d64cee90b283870ba325a650f7fe592f4abc)), closes [/github.com/eggjs/egg-core/pull/254#issuecomment-1493713971](https://github.com/eggjs//github.com/eggjs/egg-core/pull/254/issues/issuecomment-1493713971)
9+
310
## [5.3.0](https://github.com/eggjs/egg-core/compare/v5.2.0...v5.3.0) (2023-01-13)
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": "5.3.0",
3+
"version": "5.3.1",
44
"description": "A core Pluggable framework based on koa",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)