Skip to content

Commit 1c22aa5

Browse files
committed
Release 1.5.0
1 parent 08e49b4 commit 1c22aa5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
## 1.5.0 (2018/06/06)
4+
* Make context an object
5+
* Support multi-threading & nested calls
6+
* Context is regenerated on each run (e.g. awsRequestId will change)
7+
38
## 1.4.8 (2018/05/26)
49
* Read default AWS config files
510
* Improve absolute/relative path finding

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.4.8",
3+
"version": "1.5.0",
44
"description": "Commandline tool to run Lambda functions on your local machine.",
55
"keywords": [
66
"lambda",

0 commit comments

Comments
 (0)