We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b22679 commit f8e3f35Copy full SHA for f8e3f35
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.4.2](https://github.com/MicroAppJS/core/compare/v0.4.1...v0.4.2) (2021-09-15)
2
+
3
4
+### Features
5
6
+* enhance init command ([7b22679](https://github.com/MicroAppJS/core/commit/7b22679f888fad8a723e38795981196f246793f7))
7
+* 去除无用的配置信息 ([61adaf7](https://github.com/MicroAppJS/core/commit/61adaf7b637e21ad8719ca72092f88485de667a3))
8
9
## [0.4.1](https://github.com/MicroAppJS/core/compare/v0.4.0...v0.4.1) (2021-07-22)
10
11
# [0.4.0](https://github.com/MicroAppJS/core/compare/v0.3.30...v0.4.0) (2020-06-10)
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/core",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "[Core] Pluggable micro application framework.",
"main": "src/index.js",
"scripts": {
0 commit comments