diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bcd20c..592f4847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.0.1](https://github.com/netlify/netlify-lambda/compare/v2.0.0...v2.0.1) - 2020-07-21 + +### Merged + +- chore(deps): lock file maintenance [`#256`](https://github.com/netlify/netlify-lambda/pull/256) +- fix(webpack): use webpack-merge v4 to support merge.smart [`#252`](https://github.com/netlify/netlify-lambda/pull/252) + +### Commits + +- chore(ci): test in node 14 instead of 13 [`e220ca4`](https://github.com/netlify/netlify-lambda/commit/e220ca4c37c9e4c66112c749f55b912f5dc5cbd3) + ## [v2.0.0](https://github.com/netlify/netlify-lambda/compare/v1.6.3...v2.0.0) - 2020-07-15 ### Merged diff --git a/package-lock.json b/package-lock.json index 6f6419e0..5617b655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4a0aa743..3d3bc965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.0", + "version": "2.0.1", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",