Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Jan 28, 2020
1 parent a93953d commit 3abfd3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 1.7.1 (2020-01/28)
* Add support for `_HANDLER`
* Update environment variables computation

## 1.7.0 (2020-01/17)
* Migrate to TypeScript (#191)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
"version": "1.7.0",
"version": "1.7.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 3abfd3e

Please sign in to comment.