We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c557ea commit 794a50eCopy full SHA for 794a50e
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [0.3.0](https://github.com/MicroAppJS/plugin-koa/compare/v0.2.6...v0.3.0) (2022-02-15)
2
+
3
4
+### Features
5
6
+* update scripts ([8c557ea](https://github.com/MicroAppJS/plugin-koa/commit/8c557ea6964aade07f6ce1b46272809bab761cec))
7
+* 更新 swagger 可定制化根目录配置,如 `DOCS_SWAGGER_ROOT` ([752188f](https://github.com/MicroAppJS/plugin-koa/commit/752188fc0aa94121787fe6ec16f9d85656ce912b))
8
9
## [0.2.6](https://github.com/MicroAppJS/plugin-koa/compare/v0.2.5...v0.2.6) (2021-11-29)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/plugin-koa",
- "version": "0.2.6",
+ "version": "0.3.0",
"description": "[Plugin] koa adapter plugin.",
"main": "src/index.js",
"publishConfig": {
0 commit comments