Skip to content

Commit 60e50b4

Browse files
author
Frank Schmid
committed
0.2.0-alpha1
1 parent 1b87ed9 commit 60e50b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
185185

186186
## Version history
187187

188+
* 0.2.0-alpha1 Support custom resources
188189
* 0.1.2-alpha1 Integration with "serverless info"
189190
* 0.1.1-alpha1 Full APIG support
190191
* 0.1.0-alpha1 Lambda function alias support

package.json

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

0 commit comments

Comments
 (0)