Skip to content

Commit 2f80d62

Browse files
committed
chore(release): version 0.6.1
## [0.6.1](v0.6.0...v0.6.1) (2021-01-05) ### Bug Fixes * **parse:** update sls config merge strategy ([#11](#11)) ([54d7e91](54d7e91))
1 parent 54d7e91 commit 2f80d62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.6.1](https://github.com/serverless-plus/cli/compare/v0.6.0...v0.6.1) (2021-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **parse:** update sls config merge strategy ([#11](https://github.com/serverless-plus/cli/issues/11)) ([54d7e91](https://github.com/serverless-plus/cli/commit/54d7e91c441832bf326cc4fb2f3c7935a39d9b1f))
7+
18
# [0.6.0](https://github.com/serverless-plus/cli/compare/v0.5.3...v0.6.0) (2020-11-18)
29

310

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.6.0",
3+
"version": "0.6.1",
44
"description": "Serverless Plus CLI tool",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)