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 54b2682 commit 1d2d961Copy full SHA for 1d2d961
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.7.2](https://github.com/serverless-plus/cli/compare/v0.7.1...v0.7.2) (2021-06-17)
2
+
3
4
+### Bug Fixes
5
6
+* **parse:** add override command ([#14](https://github.com/serverless-plus/cli/issues/14)) ([54b2682](https://github.com/serverless-plus/cli/commit/54b26826dd48fe1111931e50cf5529808660a243))
7
8
## [0.7.1](https://github.com/serverless-plus/cli/compare/v0.7.0...v0.7.1) (2021-06-17)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@slsplus/cli",
- "version": "0.7.1",
+ "version": "0.7.2",
"description": "Serverless Plus CLI tool",
"main": "./dist/index.js",
"bin": {
0 commit comments