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 4d70a14 commit b0d13e4Copy full SHA for b0d13e4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# ChangeLog
2
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
+
9
## 2.0.2 (2022/03/08)
10
* correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
11
* Update dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "Commandline tool to run Lambda functions on your local machine.",
"main": "build/lambdalocal.js",
"types": "build/lambdalocal.d.ts",
0 commit comments