Skip to content

Commit

Permalink
chore: release 2.0.3 (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 18, 2021
1 parent 15001e3 commit d7cd19a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### [2.0.3](https://www.github.com/netlify/netlify-lambda/compare/v2.0.2...v2.0.3) (2021-01-18)


### Bug Fixes

* babel config lookup ([#364](https://www.github.com/netlify/netlify-lambda/issues/364)) ([15001e3](https://www.github.com/netlify/netlify-lambda/commit/15001e3ff53b1f53ccc7df50004852d6463e7aef))
* **deps:** update babel monorepo to v7.12.10 ([e23ef19](https://www.github.com/netlify/netlify-lambda/commit/e23ef19145cba1dc529a89eeb6d9e7b38256a76b))
* **deps:** update dependency @babel/preset-env to v7.12.11 ([3ae6e97](https://www.github.com/netlify/netlify-lambda/commit/3ae6e97dbe2817c14664734e066c0eca43a36101))
* **deps:** update dependency globby to v11.0.2 ([edc92a9](https://www.github.com/netlify/netlify-lambda/commit/edc92a9f9de8e4dc7f0fbe017822f5e7953c024a))
* **deps:** update dependency webpack to v4.45.0 ([140ab49](https://www.github.com/netlify/netlify-lambda/commit/140ab49d4f4d98015758d23d5e7d9b48ba985eb3))
* **docs:** add CONTRIBUTING.md and CODE_OF_CONDUCT.md ([#342](https://www.github.com/netlify/netlify-lambda/issues/342)) ([c38ebc5](https://www.github.com/netlify/netlify-lambda/commit/c38ebc596c5d3d435c4e12dde0205c1eb549c357))

## [v2.0.2](https://github.com/netlify/netlify-lambda/compare/v2.0.1...v2.0.2)

### 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.2",
"version": "2.0.3",
"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 d7cd19a

Please sign in to comment.