Skip to content

Commit 1c1761b

Browse files
committed
Release 1.6.1
1 parent d201e0a commit 1c1761b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# ChangeLog
22

3+
## 1.6.1 (2019/04/15)
4+
* Update for Winston 3
35

46
## 1.5.3 (2019/04/15)
5-
* Better handling of TimeoutError: now passed to context as other exceptions
7+
* Better handling of TimeoutError: now passed to context as other exceptions
68
* Improved Makefile (thanks to @joechrysler)
79
* Drop NodeJS < 6, therefore update all dependencies
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-local",
3-
"version": "1.5.3",
3+
"version": "1.6.1",
44
"description": "Commandline tool to run Lambda functions on your local machine.",
55
"keywords": [
66
"lambda",

0 commit comments

Comments
 (0)