diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba3a8a4..e8f9646a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.6.0](https://github.com/netlify/netlify-lambda/compare/v1.5.1...v1.6.0) - 2019-08-15 + +### Merged + +- add install command [`#171`](https://github.com/netlify/netlify-lambda/pull/171) +- fix 404 error typo/grammar [`#170`](https://github.com/netlify/netlify-lambda/pull/170) +- fix empty lambda warning [`#166`](https://github.com/netlify/netlify-lambda/pull/166) + +### Commits + +- readme [`c3e01fd`](https://github.com/netlify/netlify-lambda/commit/c3e01fd1c96fd553487bc6b021a38a0da0979a6a) + ## [v1.5.1](https://github.com/netlify/netlify-lambda/compare/v1.5.0...v1.5.1) - 2019-07-25 ### Commits diff --git a/package.json b/package.json index 89cafac7..89d22dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "1.5.1", + "version": "1.6.0", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",