Skip to content

Commit e184c3d

Browse files
author
Frank Schmid
committed
Bump version to 1.4.1
1 parent 79a8cb6 commit e184c3d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,9 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
460460

461461
## Version history
462462

463+
* 1.4.1
464+
* Fixed crash when using logs --tail
465+
463466
* 1.4.0
464467
* Add support for S3 server side encryption [#63](https://github.com/HyperBrain/serverless-aws-alias/issues/63)
465468
* Add `serverless logs api` command to watch API logs [#60](https://github.com/HyperBrain/serverless-aws-alias/issues/60)

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

0 commit comments

Comments
 (0)