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 3d0c3a9 commit cec1db1Copy full SHA for cec1db1
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.5 (14.01.2019)
2
+- Allow configuring CodeDeploy triggers
3
+
4
# 0.4.4 (12.12.2018)
5
- Add compatibility with `serverless-plugin-split-stacks`
6
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.4.4",
+ "version": "0.4.5",
7
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
8
"main": "serverless-plugin-canary-deployments.js",
9
"scripts": {
0 commit comments