We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577df0a commit 1298160Copy full SHA for 1298160
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.4.1](https://github.com/MicroAppJS/cli/compare/v0.4.0...v0.4.1) (2021-08-04)
2
+
3
4
+### Features
5
6
+* update deps ([577df0a](https://github.com/MicroAppJS/cli/commit/577df0ae16a415092d34e6b22c4b5b6a5f24afe5))
7
+* 增加适配多服务入口配置逻辑 ([a11d481](https://github.com/MicroAppJS/cli/commit/a11d48155aa933ecfee6d6fab424e1da34e074ff))
8
9
# [0.4.0](https://github.com/MicroAppJS/cli/compare/v0.3.17...v0.4.0) (2020-06-10)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/cli",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "[CLI] Pluggable micro application framework.",
"main": "src/index.js",
"bin": {
0 commit comments