Skip to content

Commit 6a8eec1

Browse files
author
sw-yx
committed
1.6.2
1 parent ed16464 commit 6a8eec1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v1.6.2](https://github.com/netlify/netlify-lambda/compare/v1.6.1...v1.6.2) - 2019-08-16
11+
12+
### Merged
13+
14+
- fix: recognize package.json in the root target also [`#175`](https://github.com/netlify/netlify-lambda/pull/175)
15+
16+
### Fixed
17+
18+
- fix: recognize package.json in the root target also [`#174`](https://github.com/netlify/netlify-lambda/issues/174)
19+
1020
## [v1.6.1](https://github.com/netlify/netlify-lambda/compare/v1.6.0...v1.6.1) - 2019-08-16
1121

1222
### Merged

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-lambda",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Build and serve lambda function with webpack compilation",
55
"homepage": "https://github.com/netlify/netlify-lambda#readme",
66
"main": "bin/cmd.js",

0 commit comments

Comments
 (0)