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 c518858 commit fb0aeceCopy full SHA for fb0aece
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## 2.0.1 (2021/12/22)
4
+* Fix `memoryLimitInMB` being wrongly parsed as int
5
+* Update dependencies
6
+
7
## 2.0.0 (2021/06/19)
8
* **BREAKING CHANGE: removed aws-sdk dependency**. This allows to make `lambda-local` significantly smaller
9
* Drop Node 8 & Bump depencies
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",
0 commit comments