We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278c8ea commit b3792f2Copy full SHA for b3792f2
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [0.4.0](https://github.com/MicroAppJS/core/compare/v0.3.30...v0.4.0) (2020-06-10)
2
+
3
4
+### Bug Fixes
5
6
+* fix some bug ([79c3a7d](https://github.com/MicroAppJS/core/commit/79c3a7d7d5113abdc8b31bb0756734a3049f9fdb))
7
8
9
+### Features
10
11
+* 增加 `namespace` 参数配置,增强 `init` 方法 ([8e8285c](https://github.com/MicroAppJS/core/commit/8e8285cd91ebcd807d0c961550110bcc841b05d9))
12
13
## [0.3.30](https://github.com/MicroAppJS/core/compare/v0.3.29...v0.3.30) (2020-04-21)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/core",
- "version": "0.3.30",
+ "version": "0.4.0",
"description": "[Core] Pluggable micro application framework.",
"main": "src/index.js",
"scripts": {
0 commit comments