Skip to content

Commit

Permalink
Merge pull request #105 from HyperBrain/release-1-6-0
Browse files Browse the repository at this point in the history
Prepare 1.6.0 release
  • Loading branch information
HyperBrain committed Mar 7, 2018
2 parents 89de546 + fea6901 commit dfdfa69
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.

## Version history

* 1.6.0
* Fixed issue with request authorizers [#96](https://github.com/HyperBrain/serverless-aws-alias/issues/96)
* Support subscription to existing SNS topic [#94](https://github.com/HyperBrain/serverless-aws-alias/issues/94)

* 1.5.1
* Support prewarmup with the warmup plugin [#72](https://github.com/HyperBrain/serverless-aws-alias/issues/72)
* Support `_ - +` in alias names [#68](https://github.com/HyperBrain/serverless-aws-alias/issues/68)
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-aws-alias",
"version": "1.5.1",
"version": "1.6.0",
"description": "Serverless plugin to support AWS function aliases",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit dfdfa69

Please sign in to comment.