Skip to content

Commit a673aee

Browse files
author
Frank Schmid
committed
Version bump to 1.1.0
1 parent 011cec4 commit a673aee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

325325
## Version history
326326

327+
* 1.1.0
328+
* Use stage variable in APIG [#40](https://github.com/HyperBrain/serverless-aws-alias/issues/40)
329+
* Fix tail logging [#42](https://github.com/HyperBrain/serverless-aws-alias/issues/42)
330+
331+
327332
* 1.0.0 Support "serverless logs" with aliases. First non-alpha!
328333
* 0.5.1-alpha1 Use separate Lambda roles per alias
329334
* 0.5.0-alpha1 Fixes a bug with deploying event sources introduced with 0.4.0

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

0 commit comments

Comments
 (0)