Skip to content

Commit d7a3b90

Browse files
committed
Merge branch 'master' into develop
2 parents 6bdbd6a + fcf1425 commit d7a3b90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ custom:
8383
Please note that because these are resolved at build time, the plain-text passwords WILL be viewable in Cloudformation and on the Lambda dashboard.
8484

8585
# Version History
86+
* 2.1.0
87+
- Fix merge mutation issue (Thanks @onhate!)
8688
* 2.0.2
8789
- Fix CLI warning (Thanks @onhate!)
8890
* 2.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-deploy-environment",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Plugin the augments the serverless provider environment with deployment variables",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)