Skip to content

Commit 1f2f718

Browse files
author
Sergii Kovalev
committed
drop node v6 support
1 parent 3cbc109 commit 1f2f718

File tree

4 files changed

+162
-46
lines changed

4 files changed

+162
-46
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22

33
matrix:
44
include:
5-
- node_js: '6.10.1'
5+
- node_js: '8'
66

77
sudo: false
88

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
482482

483483
## Version history
484484

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+
485489
* 1.7.2
486490
* Added support for Lambda custom roles [#87][link-87] [#88][link-88]
487491
* Added support for dash in alias name when creating api gateway authorizers [#140][link-140]
@@ -593,3 +597,5 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
593597
[link-127]: https://github.com/serverless-heaven/serverless-aws-alias/issues/127
594598
[link-140]: https://github.com/serverless-heaven/serverless-aws-alias/issues/140
595599
[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

package-lock.json

Lines changed: 152 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"report-dir": "./coverage"
3838
},
3939
"dependencies": {
40-
"bluebird": "^3.5.5",
40+
"bluebird": "^3.7.0",
4141
"chalk": "^2.4.2",
4242
"lodash": "^4.17.15",
4343
"moment": "^2.24.0",
@@ -49,12 +49,12 @@
4949
"chai-as-promised": "^7.1.1",
5050
"chai-subset": "^1.6.0",
5151
"coveralls": "^3.0.6",
52-
"eslint": "^6.4.0",
52+
"eslint": "^6.5.1",
5353
"eslint-plugin-import": "^2.18.2",
5454
"eslint-plugin-lodash": "^6.0.0",
5555
"eslint-plugin-promise": "^4.2.1",
5656
"get-installed-path": "^4.0.8",
57-
"mocha": "^6.2.0",
57+
"mocha": "^6.2.1",
5858
"nyc": "^14.1.1",
5959
"serverless": "^1.53.0",
6060
"sinon": "^7.5.0",

0 commit comments

Comments
 (0)