Skip to content

Commit 4c8eb23

Browse files
author
Frank Schmid
committed
Bumped version. Prepared release.
1 parent 4517330 commit 4c8eb23

File tree

3 files changed

+115
-25
lines changed

3 files changed

+115
-25
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
468468

469469
## Version history
470470

471+
* 1.6.1
472+
* Fixed custom authorizer references [#102](https://github.com/HyperBrain/serverless-aws-alias/pull/102)
473+
* Fixed broken DynamoDB stream deployments [#85](https://github.com/HyperBrain/serverless-aws-alias/issues/85)
474+
471475
* 1.6.0
472476
* Fixed issue with request authorizers [#96](https://github.com/HyperBrain/serverless-aws-alias/issues/96)
473477
* Support subscription to existing SNS topic [#94](https://github.com/HyperBrain/serverless-aws-alias/issues/94)

package-lock.json

+110-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-aws-alias",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Serverless plugin to support AWS function aliases",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)