Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
[skip ci]

## [5.3.0](v5.2.0...v5.3.0) (2023-01-13)

### Features

* support show app.timing in timline string ([#260](#260)) ([5b7af12](5b7af12)), closes [#0](https://github.com/eggjs/egg-core/issues/0) [#1](#1) [#2](#2) [#3](#3) [#4](#4) [#5](#5) [#6](#6) [#7](#7) [#8](#8) [#9](#9) [#10](#10) [#11](#11) [#12](#12) [#13](#13) [#14](#14) [#15](#15) [#16](#16) [#17](#17) [#18](#18) [#19](#19) [#20](#20) [#21](#21) [#22](#22)
  • Loading branch information
semantic-release-bot committed Jan 13, 2023
1 parent 5b7af12 commit 5cc4023
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* support show app.timing in timline string ([#260](https://github.com/eggjs/egg-core/issues/260)) ([5b7af12](https://github.com/eggjs/egg-core/commit/5b7af1230637e5266ea05bd97fd19d4da85f1aab)), closes [#0](https://github.com/eggjs/egg-core/issues/0) [#1](https://github.com/eggjs/egg-core/issues/1) [#2](https://github.com/eggjs/egg-core/issues/2) [#3](https://github.com/eggjs/egg-core/issues/3) [#4](https://github.com/eggjs/egg-core/issues/4) [#5](https://github.com/eggjs/egg-core/issues/5) [#6](https://github.com/eggjs/egg-core/issues/6) [#7](https://github.com/eggjs/egg-core/issues/7) [#8](https://github.com/eggjs/egg-core/issues/8) [#9](https://github.com/eggjs/egg-core/issues/9) [#10](https://github.com/eggjs/egg-core/issues/10) [#11](https://github.com/eggjs/egg-core/issues/11) [#12](https://github.com/eggjs/egg-core/issues/12) [#13](https://github.com/eggjs/egg-core/issues/13) [#14](https://github.com/eggjs/egg-core/issues/14) [#15](https://github.com/eggjs/egg-core/issues/15) [#16](https://github.com/eggjs/egg-core/issues/16) [#17](https://github.com/eggjs/egg-core/issues/17) [#18](https://github.com/eggjs/egg-core/issues/18) [#19](https://github.com/eggjs/egg-core/issues/19) [#20](https://github.com/eggjs/egg-core/issues/20) [#21](https://github.com/eggjs/egg-core/issues/21) [#22](https://github.com/eggjs/egg-core/issues/22)

## [5.2.0](https://github.com/eggjs/egg-core/compare/v5.1.1...v5.2.0) (2023-01-03)


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

0 comments on commit 5cc4023

Please sign in to comment.