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 54f028d commit f18da32Copy full SHA for f18da32
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.4 (12.12.2018)
2
+- Add compatibility with `serverless-plugin-split-stacks`
3
+
4
# 0.4.3 (21.10.2018)
5
- Allow referencing alarms by their name
6
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.4.3",
+ "version": "0.4.4",
7
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
8
"main": "serverless-plugin-canary-deployments.js",
9
"scripts": {
0 commit comments