diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a100bf..4e423ec1 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.4.10](https://github.com/netlify/netlify-lambda/compare/v1.4.9...v1.4.10) - 2019-05-18 + +### Merged + +- Add flag to not use relative .babelrc config [`#154`](https://github.com/netlify/netlify-lambda/pull/154) + +### Commits + +- add new flag to opt out of default babelrc loading [`9117c36`](https://github.com/netlify/netlify-lambda/commit/9117c36d858d228130b8a6c11db2eead33107f53) +- update readme [`c6d2663`](https://github.com/netlify/netlify-lambda/commit/c6d266386be88e4ac24174f9497c947cb8f55a27) +- add missing < [`0fd4b18`](https://github.com/netlify/netlify-lambda/commit/0fd4b187def6efb7d526f321ffbd61d51852d751) + ## [v1.4.9](https://github.com/netlify/netlify-lambda/compare/v1.4.8...v1.4.9) - 2019-05-16 ### Merged diff --git a/package.json b/package.json index 857b15e0..f9097279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "1.4.9", + "version": "1.4.10", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",