Skip to content

Commit b0d13e4

Browse files
committed
Release 2.0.3
1 parent 4d70a14 commit b0d13e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.3 (2022/09/12)
4+
* Fix `callbackWaitsForEmptyEventLoop` on recent NodeJS versions (>=16) (#217)
5+
* Support clientContext as an object (#223)
6+
* Remove useless warning (#224)
7+
* Update dependencies
8+
39
## 2.0.2 (2022/03/08)
410
* correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
511
* Update dependencies

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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Commandline tool to run Lambda functions on your local machine.",
55
"main": "build/lambdalocal.js",
66
"types": "build/lambdalocal.d.ts",

0 commit comments

Comments
 (0)