Skip to content

Commit f8e3f35

Browse files
committed
bookmark: release v0.4.2
1 parent 7b22679 commit f8e3f35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [0.4.1](https://github.com/MicroAppJS/core/compare/v0.4.0...v0.4.1) (2021-07-22)
210

311
# [0.4.0](https://github.com/MicroAppJS/core/compare/v0.3.30...v0.4.0) (2020-06-10)

package.json

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

0 commit comments

Comments
 (0)