Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Sep 12, 2022
1 parent 4d70a14 commit b0d13e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## 2.0.3 (2022/09/12)
* Fix `callbackWaitsForEmptyEventLoop` on recent NodeJS versions (>=16) (#217)
* Support clientContext as an object (#223)
* Remove useless warning (#224)
* Update dependencies

## 2.0.2 (2022/03/08)
* correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b0d13e4

Please sign in to comment.