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 aead3ee commit 8914e68Copy full SHA for 8914e68
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "lambda-local",
3
- "version": "2.1.2",
4
- "description": "Commandline tool to run Lambda functions on your local machine.",
+ "version": "2.2.0",
+ "description": "Commandline tool and API to run Lambda functions on your local machine.",
5
"main": "build/lambdalocal.js",
6
"types": "build/lambdalocal.d.ts",
7
"bin": {
src/lambdalocal.ts
@@ -19,7 +19,7 @@ require("./lib/streaming.js");
19
/*
20
* Lambda local version
21
*/
22
-export const version = "2.1.2";
+export const version = "2.2.0";
23
24
var logger = utils.getWinstonConsole();
25
0 commit comments