We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9896b4b commit d2f41ceCopy full SHA for d2f41ce
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.4.3](https://github.com/MicroAppJS/core/compare/v0.4.2...v0.4.3) (2021-09-30)
2
+
3
4
+### Features
5
6
+* 增加配置可通过对象 `registerCommand` 进行注册 ([d0cef7b](https://github.com/MicroAppJS/core/commit/d0cef7bddf3f72744c8d344e0bb177af433a9746))
7
8
## [0.4.2](https://github.com/MicroAppJS/core/compare/v0.4.1...v0.4.2) (2021-09-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/core",
- "version": "0.4.2",
+ "version": "0.4.3",
"description": "[Core] Pluggable micro application framework.",
"main": "src/index.js",
"scripts": {
0 commit comments