Skip to content

Commit aaea9e8

Browse files
committed
bookmark: release v0.2.1
1 parent 455f897 commit aaea9e8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.2.1](https://github.com/MicroAppJS/plugin-koa/compare/v0.2.0...v0.2.1) (2021-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* 修改为异步处理 ([dbd60fa](https://github.com/MicroAppJS/plugin-koa/commit/dbd60faf10782468f10d757c7b2f2469ce579ea3))
7+
8+
9+
### Features
10+
11+
* update scripts ([455f897](https://github.com/MicroAppJS/plugin-koa/commit/455f8970d40ccf8b4c8c3ea321e2d0e4fb5e0c5e))
12+
* 优化端口异常解决方案 ([46cdbc0](https://github.com/MicroAppJS/plugin-koa/commit/46cdbc0411bacdc09d6a1a4a463a3747fe01eaf1))
13+
114
# [0.2.0](https://github.com/MicroAppJS/plugin-koa/compare/v0.1.3...v0.2.0) (2021-03-29)
215

316

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.2.0",
3+
"version": "0.2.1",
44
"description": "[Plugin] koa adapter plugin.",
55
"main": "src/index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)