Skip to content

Commit 449c43f

Browse files
committed
bookmark: release v0.5.1
1 parent 4b50ede commit 449c43f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.1](https://github.com/MicroAppJS/plugin-koa/compare/v0.5.0...v0.5.1) (2022-05-20)
2+
3+
4+
### Features
5+
6+
* add `MICROAPP_LOGGER_LEVEL` 日志等级配置,默认全开为 5 ([329afeb](https://github.com/MicroAppJS/plugin-koa/commit/329afeb5c73f237ca8f1f60b7174bf0419d8bf61))
7+
* update ([4b50ede](https://github.com/MicroAppJS/plugin-koa/commit/4b50ede7ef3cf19f01261922729b9ce4574f8c7a))
8+
* 优化日志打印判断逻辑 ([731fdb0](https://github.com/MicroAppJS/plugin-koa/commit/731fdb0064a53cf6c507154e0d885fda872b2fae))
9+
110
# [0.5.0](https://github.com/MicroAppJS/plugin-koa/compare/v0.4.1...v0.5.0) (2022-04-08)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-app/plugin-koa",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "[Plugin] koa adapter plugin.",
55
"main": "src/index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)