Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop node 6 support + update dependencies #173

Merged
merged 6 commits into from
Oct 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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