Skip to content

Commit 4f2c2bf

Browse files
committed
Release 1.7.2
1 parent 3e2c30d commit 4f2c2bf

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+
## 1.7.2 (2020-04/13)
4+
* Add --watch parameter
5+
* Bump dependencies
6+
37
## 1.7.1 (2020-01/28)
48
* Add support for `_HANDLER`
59
* Update environment variables computation & consistency with context

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": "1.7.1",
3+
"version": "1.7.2",
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)