Skip to content

Commit 8e9ac7b

Browse files
committed
2.0.1
1 parent 07a6737 commit 8e9ac7b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v2.0.1](https://github.com/netlify/netlify-lambda/compare/v2.0.0...v2.0.1) - 2020-07-21
11+
12+
### Merged
13+
14+
- chore(deps): lock file maintenance [`#256`](https://github.com/netlify/netlify-lambda/pull/256)
15+
- fix(webpack): use webpack-merge v4 to support merge.smart [`#252`](https://github.com/netlify/netlify-lambda/pull/252)
16+
17+
### Commits
18+
19+
- chore(ci): test in node 14 instead of 13 [`e220ca4`](https://github.com/netlify/netlify-lambda/commit/e220ca4c37c9e4c66112c749f55b912f5dc5cbd3)
20+
1021
## [v2.0.0](https://github.com/netlify/netlify-lambda/compare/v1.6.3...v2.0.0) - 2020-07-15
1122

1223
### Merged

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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