Skip to content

Commit b1fe79b

Browse files
committed
chore: release v0.3.6
1 parent 2c74b78 commit b1fe79b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.3.6](https://github.com/MicroAppJS/cli/compare/v0.1.0...v0.3.6) (2020-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* some bugs ([75d1eea](https://github.com/MicroAppJS/cli/commit/75d1eea5bd7e9dd8290b1fc8f94fd7e8052cacff))
7+
* 修复 bootstrap, 增肌 release 配置 ([92d323e](https://github.com/MicroAppJS/cli/commit/92d323e12212519838f300d27a9198f21c5ec6f5))
8+
9+
10+
### Features
11+
12+
* add build cmd and enhance bootstrap ([677c3c3](https://github.com/MicroAppJS/cli/commit/677c3c32817ee8d293ad2a1cb7e1f378b9bb2e67))
13+
* remove type, add target ([1723ba0](https://github.com/MicroAppJS/cli/commit/1723ba0645ea92b9f2816fa0c446eb623d282ec2))
14+
115
## [0.3.5](https://github.com/MicroAppJS/cli/compare/v0.1.0...v0.3.5) (2020-03-12)
216

317

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/cli",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "[CLI] Pluggable micro application framework.",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)