Skip to content

Commit

Permalink
Release 5.3.1
Browse files Browse the repository at this point in the history
[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)
  • Loading branch information
semantic-release-bot committed Apr 6, 2023
1 parent 24a0d64 commit 2920f6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.3.1](https://github.com/eggjs/egg-core/compare/v5.3.0...v5.3.1) (2023-04-06)


### Bug Fixes

* 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)

## [5.3.0](https://github.com/eggjs/egg-core/compare/v5.2.0...v5.3.0) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-core",
"version": "5.3.0",
"version": "5.3.1",
"description": "A core Pluggable framework based on koa",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2920f6e

Please sign in to comment.