Skip to content

Commit 8313087

Browse files
author
Frank Schmid
committed
0.3.3-alpha1
1 parent 7eaf832 commit 8313087

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
@@ -288,6 +288,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
288288

289289
## Version history
290290

291+
* 0.3.3-alpha1 Bugfixes. Allow manual resource overrides. Allow methods attached to APIG root resource.
291292
* 0.3.2-alpha1 Allow initial project creation with activated alias plugin
292293
* 0.3.1-alpha1 Support Serverless 1.6 again with upgrade to 1.7+
293294
* 0.3.0-alpha1 Support lambda event subscriptions

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

0 commit comments

Comments
 (0)