We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d201e0a commit 1c1761bCopy full SHA for 1c1761b
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# ChangeLog
2
3
+## 1.6.1 (2019/04/15)
4
+* Update for Winston 3
5
6
## 1.5.3 (2019/04/15)
- * Better handling of TimeoutError: now passed to context as other exceptions
7
+* Better handling of TimeoutError: now passed to context as other exceptions
8
* Improved Makefile (thanks to @joechrysler)
9
* Drop NodeJS < 6, therefore update all dependencies
10
package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
- "version": "1.5.3",
+ "version": "1.6.1",
"description": "Commandline tool to run Lambda functions on your local machine.",
"keywords": [
"lambda",
0 commit comments