Skip to content

Commit dde216e

Browse files
author
Frank Schmid
committed
Bump version to 1.5.1
1 parent 05fa61a commit dde216e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

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

469469
## Version history
470470

471+
* 1.5.1
472+
* Support prewarmup with the warmup plugin [#72](https://github.com/HyperBrain/serverless-aws-alias/issues/72)
473+
* Support `_ - +` in alias names [#68](https://github.com/HyperBrain/serverless-aws-alias/issues/68)
474+
* Support ANY method type with stage configuration [#80](https://github.com/HyperBrain/serverless-aws-alias/issues/80)
475+
471476
* 1.5.0
472477
* Support `serverless deploy function` [#29](https://github.com/HyperBrain/serverless-aws-alias/issues/29)
473478

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

0 commit comments

Comments
 (0)