Skip to content

Commit e5c00a1

Browse files
author
sw-yx
committed
1.6.0
1 parent fdcfa12 commit e5c00a1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.0](https://github.com/netlify/netlify-lambda/compare/v1.5.1...v1.6.0) - 2019-08-15
11+
12+
### Merged
13+
14+
- add install command [`#171`](https://github.com/netlify/netlify-lambda/pull/171)
15+
- fix 404 error typo/grammar [`#170`](https://github.com/netlify/netlify-lambda/pull/170)
16+
- fix empty lambda warning [`#166`](https://github.com/netlify/netlify-lambda/pull/166)
17+
18+
### Commits
19+
20+
- readme [`c3e01fd`](https://github.com/netlify/netlify-lambda/commit/c3e01fd1c96fd553487bc6b021a38a0da0979a6a)
21+
1022
## [v1.5.1](https://github.com/netlify/netlify-lambda/compare/v1.5.0...v1.5.1) - 2019-07-25
1123

1224
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-lambda",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
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)