Skip to content

Commit

Permalink
Merge pull request #173 from Enase/master
Browse files Browse the repository at this point in the history
Drop node 6 support + update dependencies
  • Loading branch information
HyperBrain authored Oct 7, 2019
2 parents de1ec65 + fb44025 commit f7d8446
Show file tree
Hide file tree
Showing 4 changed files with 1,395 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js

matrix:
include:
- node_js: '6.10.1'
- node_js: '8'

sudo: false

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.

## Version history

* 1.8.0
* Option to retain lambda function versions [#160][link-160]
* **Breaking** drop Node.js 6 support [#161][link-161]

* 1.7.2
* Added support for Lambda custom roles [#87][link-87] [#88][link-88]
* Added support for dash in alias name when creating api gateway authorizers [#140][link-140]
Expand Down Expand Up @@ -538,11 +542,9 @@ and _serverless.service.provider.deployedAliasTemplates[]_.

* 1.1.0
* Use stage variable in APIG [#40][link-40]

* Fix tail logging [#42][link-42]


* 1.0.0 Support "serverless logs" with aliases. First non-alpha!
* 1.0.0 Support "serverless logs" with aliases. First non-alpha!

[ico-serverless]: http://public.serverless.com/badges/v3.svg
[ico-license]: https://img.shields.io/github/license/serverless-heaven/serverless-webpack.svg
Expand All @@ -559,7 +561,6 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
[link-coverage]: https://coveralls.io/github/serverless-heaven/serverless-aws-alias?branch=master
[link-contributors]: https://github.com/serverless-heaven/serverless-aws-alias/graphs/contributors


[comment]: # (Referenced issues)

[link-22]: https://github.com/serverless-heaven/serverless-aws-alias/issues/22
Expand Down Expand Up @@ -593,3 +594,5 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
[link-127]: https://github.com/serverless-heaven/serverless-aws-alias/issues/127
[link-140]: https://github.com/serverless-heaven/serverless-aws-alias/issues/140
[link-159]: https://github.com/serverless-heaven/serverless-aws-alias/issues/159
[link-160]: https://github.com/serverless-heaven/serverless-aws-alias/issues/122
[link-161]: https://github.com/serverless-heaven/serverless-aws-alias/pull/173
Loading

0 comments on commit f7d8446

Please sign in to comment.