diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a62426..dbd340ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,22 @@ 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.4.13](https://github.com/netlify/netlify-lambda/compare/v1.4.12...v1.4.13) - 2019-05-22 + +### Merged + +- add missing config set up for serve [`#159`](https://github.com/netlify/netlify-lambda/pull/159) + ## [v1.4.12](https://github.com/netlify/netlify-lambda/compare/v1.4.11...v1.4.12) - 2019-05-22 ### Merged - fix: proritize server builds over browser for packages [`#160`](https://github.com/netlify/netlify-lambda/pull/160) +### Commits + +- add missing config set up for serve [`71a4cf0`](https://github.com/netlify/netlify-lambda/commit/71a4cf05cfd1196029910176a0ce206ccf003211) + ## [v1.4.11](https://github.com/netlify/netlify-lambda/compare/v1.4.10...v1.4.11) - 2019-05-19 ### Merged diff --git a/package.json b/package.json index cdd1be86..a252bbc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "1.4.12", + "version": "1.4.13", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",