diff --git a/README.md b/README.md index 02441dd..082474b 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_. ## Version history +* 0.3.3-alpha1 Bugfixes. Allow manual resource overrides. Allow methods attached to APIG root resource. * 0.3.2-alpha1 Allow initial project creation with activated alias plugin * 0.3.1-alpha1 Support Serverless 1.6 again with upgrade to 1.7+ * 0.3.0-alpha1 Support lambda event subscriptions diff --git a/package.json b/package.json index 3164863..965aff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-alias", - "version": "0.3.2-alpha1", + "version": "0.3.3-alpha1", "description": "Serverless plugin to support AWS function aliases", "main": "index.js", "repository": {