Skip to content

Commit 8914e68

Browse files
committed
Release 2.2.0
1 parent aead3ee commit 8914e68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lambda-local",
3-
"version": "2.1.2",
4-
"description": "Commandline tool to run Lambda functions on your local machine.",
3+
"version": "2.2.0",
4+
"description": "Commandline tool and API to run Lambda functions on your local machine.",
55
"main": "build/lambdalocal.js",
66
"types": "build/lambdalocal.d.ts",
77
"bin": {

src/lambdalocal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require("./lib/streaming.js");
1919
/*
2020
* Lambda local version
2121
*/
22-
export const version = "2.1.2";
22+
export const version = "2.2.0";
2323

2424
var logger = utils.getWinstonConsole();
2525

0 commit comments

Comments
 (0)