Skip to content

Commit b2f242b

Browse files
committed
bookmark: release v0.4.0
1 parent de62bb1 commit b2f242b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.4.0](https://github.com/MicroAppJS/plugin-koa/compare/v0.3.0...v0.4.0) (2022-02-16)
2+
3+
4+
### Features
5+
6+
* 调整创建顺序逻辑,并将 server 挂载在 app 上 ([de62bb1](https://github.com/MicroAppJS/plugin-koa/commit/de62bb13d5f0e80cf542260e879ffb56f2005d94))
7+
18
# [0.3.0](https://github.com/MicroAppJS/plugin-koa/compare/v0.2.6...v0.3.0) (2022-02-15)
29

310

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

0 commit comments

Comments
 (0)