Skip to content

Commit 19e0dd5

Browse files
authored
Release v0.3.1 (#18)
1 parent 4041bcb commit 19e0dd5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.3.1 (20.03.2018)
2+
- Fix bug that prevented setting deployment preferences without hooks
3+
14
# 0.3.0 (13.03.2018)
25
- Support for SNS events
36

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "serverless-plugin-canary-deployments",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
55
"main": "serverless-plugin-canary-deployments.js",
66
"scripts": {
77
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha $(find ./ -name '*.test.js' -not -path '.*/node_modules/*')",
88
"watch": "NODE_ENV=test ./node_modules/mocha/bin/mocha -w $(find ./ -name '*.test.js' -not -path '*/node_modules/*')"
99
},
1010
"author": "David García <[email protected]>",
11-
"contributors": ["Carlos Castellanos <[email protected]> (https://github.com/ccverak/)"],
11+
"contributors": [
12+
"Carlos Castellanos <[email protected]> (https://github.com/ccverak/)"
13+
],
1214
"license": "ISC",
1315
"repository": {
1416
"url": "https://github.com/davidgf/serverless-plugin-canary-deployments.git",

0 commit comments

Comments
 (0)