Skip to content

Commit fb0aece

Browse files
committed
Release 2.0.1
1 parent c518858 commit fb0aece

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## 2.0.1 (2021/12/22)
4+
* Fix `memoryLimitInMB` being wrongly parsed as int
5+
* Update dependencies
6+
37
## 2.0.0 (2021/06/19)
48
* **BREAKING CHANGE: removed aws-sdk dependency**. This allows to make `lambda-local` significantly smaller
59
* Drop Node 8 & Bump depencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-local",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Commandline tool to run Lambda functions on your local machine.",
55
"main": "build/lambdalocal.js",
66
"types": "build/lambdalocal.d.ts",

0 commit comments

Comments
 (0)