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 3e2c30d commit 4f2c2bfCopy full SHA for 4f2c2bf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## 1.7.2 (2020-04/13)
4
+* Add --watch parameter
5
+* Bump dependencies
6
+
7
## 1.7.1 (2020-01/28)
8
* Add support for `_HANDLER`
9
* Update environment variables computation & consistency with context
package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
- "version": "1.7.1",
+ "version": "1.7.2",
"description": "Commandline tool to run Lambda functions on your local machine.",
"main": "build/lambdalocal.js",
"types": "build/lambdalocal.d.ts",
0 commit comments