Skip to content

Commit 49e78e6

Browse files
author
Frank Schmid
committed
Version bump to 0.5.1
1 parent df65ed1 commit 49e78e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
310310

311311
## Version history
312312

313+
* 0.5.1-alpha1 Use separate Lambda roles per alias
313314
* 0.5.0-alpha1 Fixes a bug with deploying event sources introduced with 0.4.0
314315
Use new event model introduced in SLS 1.12. Needs SLS 1.12 or greater from now on.
315316
Add support for CW events.

package.json

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

0 commit comments

Comments
 (0)