Skip to content

Commit 1d2d961

Browse files
committed
chore(release): version 0.7.2
## [0.7.2](v0.7.1...v0.7.2) (2021-06-17) ### Bug Fixes * **parse:** add override command ([#14](#14)) ([54b2682](54b2682))
1 parent 54b2682 commit 1d2d961

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.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+
18
## [0.7.1](https://github.com/serverless-plus/cli/compare/v0.7.0...v0.7.1) (2021-06-17)
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.7.1",
3+
"version": "0.7.2",
44
"description": "Serverless Plus CLI tool",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)