We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d7e91 commit 2f80d62Copy full SHA for 2f80d62
CHANGELOG.md
@@ -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
8
# [0.6.0](https://github.com/serverless-plus/cli/compare/v0.5.3...v0.6.0) (2020-11-18)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@slsplus/cli",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Serverless Plus CLI tool",
"main": "./dist/index.js",
"bin": {
0 commit comments