File tree 4 files changed +162
-46
lines changed
4 files changed +162
-46
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
2
2
3
3
matrix :
4
4
include :
5
- - node_js : ' 6.10.1 '
5
+ - node_js : ' 8 '
6
6
7
7
sudo : false
8
8
Original file line number Diff line number Diff line change @@ -482,6 +482,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
482
482
483
483
## Version history
484
484
485
+ * 1.7.3
486
+ * Option to retain lambda function versions [ #160 ] [ link-160 ]
487
+ * ** Breaking** drop Node.js 6 support [ #161 ] [ link-161 ]
488
+
485
489
* 1.7.2
486
490
* Added support for Lambda custom roles [ #87 ] [ link-87 ] [ #88 ] [ link-88 ]
487
491
* Added support for dash in alias name when creating api gateway authorizers [ #140 ] [ link-140 ]
@@ -593,3 +597,5 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
593
597
[ link-127 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/127
594
598
[ link-140 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/140
595
599
[ link-159 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/159
600
+ [ link-160 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/122
601
+ [ link-160 ] : https://github.com/serverless-heaven/serverless-aws-alias/pull/173
Original file line number Diff line number Diff line change 37
37
"report-dir" : " ./coverage"
38
38
},
39
39
"dependencies" : {
40
- "bluebird" : " ^3.5.5 " ,
40
+ "bluebird" : " ^3.7.0 " ,
41
41
"chalk" : " ^2.4.2" ,
42
42
"lodash" : " ^4.17.15" ,
43
43
"moment" : " ^2.24.0" ,
49
49
"chai-as-promised" : " ^7.1.1" ,
50
50
"chai-subset" : " ^1.6.0" ,
51
51
"coveralls" : " ^3.0.6" ,
52
- "eslint" : " ^6.4.0 " ,
52
+ "eslint" : " ^6.5.1 " ,
53
53
"eslint-plugin-import" : " ^2.18.2" ,
54
54
"eslint-plugin-lodash" : " ^6.0.0" ,
55
55
"eslint-plugin-promise" : " ^4.2.1" ,
56
56
"get-installed-path" : " ^4.0.8" ,
57
- "mocha" : " ^6.2.0 " ,
57
+ "mocha" : " ^6.2.1 " ,
58
58
"nyc" : " ^14.1.1" ,
59
59
"serverless" : " ^1.53.0" ,
60
60
"sinon" : " ^7.5.0" ,
You can’t perform that action at this time.
0 commit comments