Skip to content

Commit

Permalink
chore(release): version 0.6.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
slsplus committed Nov 18, 2020
1 parent d30ec80 commit eeeb32e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.6.0](https://github.com/serverless-plus/cli/compare/v0.5.3...v0.6.0) (2020-11-18)


### Bug Fixes

* change dir structure ([d30ec80](https://github.com/serverless-plus/cli/commit/d30ec8004812e02c5ac4e0f7f61186ca34fc3509))
* support old yaml migrate ([08d6e9d](https://github.com/serverless-plus/cli/commit/08d6e9dc09522d950137ea016a7c9348fbd99e3b))


### Features

* support ui config ([a455ca5](https://github.com/serverless-plus/cli/commit/a455ca59cd6c1f43b9e0447aa48ebe54822efd12))

## [0.5.3](https://github.com/serverless-plus/cli/compare/v0.5.2...v0.5.3) (2020-10-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slsplus/cli",
"version": "0.5.3",
"version": "0.6.0",
"description": "Serverless Plus CLI tool",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit eeeb32e

Please sign in to comment.