Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Apr 13, 2024
1 parent aead3ee commit 8914e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lambda-local",
"version": "2.1.2",
"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.",
"main": "build/lambdalocal.js",
"types": "build/lambdalocal.d.ts",
"bin": {
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.1.2";
export const version = "2.2.0";

var logger = utils.getWinstonConsole();

Expand Down

0 comments on commit 8914e68

Please sign in to comment.