Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Jul 19, 2023
1 parent 0a0e355 commit b37dd0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# ChangeLog

## 2.1.0 (2023/07/20)
* Support API gateway (replaces old --watch)
* Support ECMAScript (thanks tdanecker #230)
* Support Lambda streaming (thanks Skn0tt #229)

## 2.0.3 (2022/09/12)
* Fix `callbackWaitsForEmptyEventLoop` on recent NodeJS versions (>=16) (#217)
* Support clientContext as an object (#223)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
"version": "2.0.0",
"version": "2.1.0",
"description": "Commandline tool to run Lambda functions on your local machine.",
"main": "build/lambdalocal.js",
"types": "build/lambdalocal.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lambdalocal.ts
Expand Up @@ -19,7 +19,7 @@ require("./lib/streaming.js");
/*
* Lambda local version
*/
export const version = "2.0.0";
export const version = "2.1.0";

var logger = utils.getWinstonConsole();

Expand Down

0 comments on commit b37dd0e

Please sign in to comment.