Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Dec 22, 2021
1 parent c518858 commit fb0aece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# ChangeLog

## 2.0.1 (2021/12/22)
* Fix `memoryLimitInMB` being wrongly parsed as int
* Update dependencies

## 2.0.0 (2021/06/19)
* **BREAKING CHANGE: removed aws-sdk dependency**. This allows to make `lambda-local` significantly smaller
* Drop Node 8 & Bump depencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
"version": "2.0.0",
"version": "2.0.1",
"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 fb0aece

Please sign in to comment.