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.
2 parents 6bdbd6a + fcf1425 commit d7a3b90Copy full SHA for d7a3b90
README.md
@@ -83,6 +83,8 @@ custom:
83
Please note that because these are resolved at build time, the plain-text passwords WILL be viewable in Cloudformation and on the Lambda dashboard.
84
85
# Version History
86
+* 2.1.0
87
+ - Fix merge mutation issue (Thanks @onhate!)
88
* 2.0.2
89
- Fix CLI warning (Thanks @onhate!)
90
* 2.0.1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-plugin-deploy-environment",
3
- "version": "2.0.2",
+ "version": "2.1.0",
4
"description": "Plugin the augments the serverless provider environment with deployment variables",
5
"main": "lib/index.js",
6
"files": [
0 commit comments