Skip to content

Commit 93943fa

Browse files
committed
chore(release): version 0.7.1
## [0.7.1](v0.7.0...v0.7.1) (2021-06-17) ### Bug Fixes * support sls yml override ([#13](#13)) ([e5c0901](e5c0901))
1 parent e5c0901 commit 93943fa

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.1](https://github.com/serverless-plus/cli/compare/v0.7.0...v0.7.1) (2021-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* support sls yml override ([#13](https://github.com/serverless-plus/cli/issues/13)) ([e5c0901](https://github.com/serverless-plus/cli/commit/e5c090117f32cd5d7ed44367be1578329dc934e5))
7+
18
# [0.7.0](https://github.com/serverless-plus/cli/compare/v0.6.1...v0.7.0) (2021-03-25)
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.0",
3+
"version": "0.7.1",
44
"description": "Serverless Plus CLI tool",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)