Skip to content

Commit 6b9d0ac

Browse files
author
Frank Schmid
committed
1.7.1
Hotfix Serverless 1.27
1 parent 18d9114 commit 6b9d0ac

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

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

469469
## Version history
470470

471+
* 1.7.1
472+
* Restore compatibility with Serverless 1.27 [#120](https://github.com/HyperBrain/serverless-aws-alias/issues/120)
473+
471474
* 1.7.0
472475
* Support existing custom authorizers [#101](https://github.com/HyperBrain/serverless-aws-alias/issues/101)
473476
* Support domain-manager plugin [#110](https://github.com/HyperBrain/serverless-aws-alias/issues/110)

package-lock.json

+1-1
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.7.0",
3+
"version": "1.7.1",
44
"description": "Serverless plugin to support AWS function aliases",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)