Skip to content

Commit b3792f2

Browse files
committed
bookmark: release v0.4.0
1 parent 278c8ea commit b3792f2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## [0.3.30](https://github.com/MicroAppJS/core/compare/v0.3.29...v0.3.30) (2020-04-21)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-app/core",
3-
"version": "0.3.30",
3+
"version": "0.4.0",
44
"description": "[Core] Pluggable micro application framework.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)