Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jul 21, 2020
1 parent 07a6737 commit 8e9ac7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8e9ac7b

Please sign in to comment.