Skip to content

Commit eeeb32e

Browse files
committed
chore(release): version 0.6.0
# [0.6.0](v0.5.3...v0.6.0) (2020-11-18) ### Bug Fixes * change dir structure ([d30ec80](d30ec80)) * support old yaml migrate ([08d6e9d](08d6e9d)) ### Features * support ui config ([a455ca5](a455ca5))
1 parent d30ec80 commit eeeb32e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.6.0](https://github.com/serverless-plus/cli/compare/v0.5.3...v0.6.0) (2020-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* change dir structure ([d30ec80](https://github.com/serverless-plus/cli/commit/d30ec8004812e02c5ac4e0f7f61186ca34fc3509))
7+
* support old yaml migrate ([08d6e9d](https://github.com/serverless-plus/cli/commit/08d6e9dc09522d950137ea016a7c9348fbd99e3b))
8+
9+
10+
### Features
11+
12+
* support ui config ([a455ca5](https://github.com/serverless-plus/cli/commit/a455ca59cd6c1f43b9e0447aa48ebe54822efd12))
13+
114
## [0.5.3](https://github.com/serverless-plus/cli/compare/v0.5.2...v0.5.3) (2020-10-29)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slsplus/cli",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"description": "Serverless Plus CLI tool",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)