Skip to content

Commit d7cd19a

Browse files
chore: release 2.0.3 (#363)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15001e3 commit d7cd19a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
### [2.0.3](https://www.github.com/netlify/netlify-lambda/compare/v2.0.2...v2.0.3) (2021-01-18)
11+
12+
13+
### Bug Fixes
14+
15+
* babel config lookup ([#364](https://www.github.com/netlify/netlify-lambda/issues/364)) ([15001e3](https://www.github.com/netlify/netlify-lambda/commit/15001e3ff53b1f53ccc7df50004852d6463e7aef))
16+
* **deps:** update babel monorepo to v7.12.10 ([e23ef19](https://www.github.com/netlify/netlify-lambda/commit/e23ef19145cba1dc529a89eeb6d9e7b38256a76b))
17+
* **deps:** update dependency @babel/preset-env to v7.12.11 ([3ae6e97](https://www.github.com/netlify/netlify-lambda/commit/3ae6e97dbe2817c14664734e066c0eca43a36101))
18+
* **deps:** update dependency globby to v11.0.2 ([edc92a9](https://www.github.com/netlify/netlify-lambda/commit/edc92a9f9de8e4dc7f0fbe017822f5e7953c024a))
19+
* **deps:** update dependency webpack to v4.45.0 ([140ab49](https://www.github.com/netlify/netlify-lambda/commit/140ab49d4f4d98015758d23d5e7d9b48ba985eb3))
20+
* **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))
21+
1022
## [v2.0.2](https://github.com/netlify/netlify-lambda/compare/v2.0.1...v2.0.2)
1123

1224
### 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.2",
3+
"version": "2.0.3",
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)