Skip to content

Commit fd87e63

Browse files
chore(main): release 2.0.16
1 parent df6ba60 commit fd87e63

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ 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.16](https://github.com/netlify/netlify-lambda/compare/v2.0.15...v2.0.16) (2022-07-04)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update babel monorepo ([d877cf1](https://github.com/netlify/netlify-lambda/commit/d877cf1891fe2a18187dfda6f401d8999dd99f4a))
16+
* **deps:** update babel monorepo ([a2647b7](https://github.com/netlify/netlify-lambda/commit/a2647b7968f2019a0f4ad0cb32f3fdf0707ac656))
17+
* **deps:** update babel monorepo to v7.16.0 ([95aa7d0](https://github.com/netlify/netlify-lambda/commit/95aa7d0cd763bfb9d36fadf0d795de678ac55609))
18+
* **deps:** update babel monorepo to v7.16.5 ([74f48fd](https://github.com/netlify/netlify-lambda/commit/74f48fd107c338f0bf7feb30b2d21287ab145fcb))
19+
* **deps:** update babel monorepo to v7.16.7 ([8d7ed45](https://github.com/netlify/netlify-lambda/commit/8d7ed45b20991682cfec1575433ea12083cb41f5))
20+
* **deps:** update babel monorepo to v7.17.5 ([5865077](https://github.com/netlify/netlify-lambda/commit/58650775c4a71fdb5a54a8f4a433046891c039c1))
21+
* **deps:** update babel monorepo to v7.18.0 ([6c6d972](https://github.com/netlify/netlify-lambda/commit/6c6d972fa23d4eb4b08131f3d1420ddce5fdc630))
22+
* **deps:** update babel monorepo to v7.18.2 ([15640d2](https://github.com/netlify/netlify-lambda/commit/15640d21048e689e6f011b75945b010f0bdc86a4))
23+
* **deps:** update babel monorepo to v7.18.6 ([30e6930](https://github.com/netlify/netlify-lambda/commit/30e6930b9c63ec2b5c574e599ccf387371d3be52))
24+
* **deps:** update dependency @babel/core to v7.17.8 ([3e05ba2](https://github.com/netlify/netlify-lambda/commit/3e05ba29f9fbe10f12be3ddb5660a93b39495191))
25+
* **deps:** update dependency @babel/core to v7.17.9 ([d4cba21](https://github.com/netlify/netlify-lambda/commit/d4cba21d6db0a88c7c5a8250f00c89c8f8e263fe))
26+
* **deps:** update dependency @babel/core to v7.18.5 ([4c11186](https://github.com/netlify/netlify-lambda/commit/4c111861e8eee5c68ba8d90d9005c656988788fb))
27+
* **deps:** update dependency @babel/preset-env to v7.16.4 ([462a7a1](https://github.com/netlify/netlify-lambda/commit/462a7a13a1b86fa86aefaebfda1f36e1a1d01426))
28+
* **deps:** update dependency @babel/preset-env to v7.16.8 ([a091d90](https://github.com/netlify/netlify-lambda/commit/a091d9040b484acb23d77e7013518d13982e61f3))
29+
* **deps:** update dependency babel-loader to v8.2.3 ([a872fbc](https://github.com/netlify/netlify-lambda/commit/a872fbc991cddc8f148864f2f2e6ea25560b2f11))
30+
* **deps:** update dependency babel-loader to v8.2.4 ([66175b9](https://github.com/netlify/netlify-lambda/commit/66175b9d0eaaa95b241359e989fc03d874a2670a))
31+
* **deps:** update dependency body-parser to v1.19.1 ([cc11cb4](https://github.com/netlify/netlify-lambda/commit/cc11cb406d454fc554d0cfaf921e0966715d12e1))
32+
* **deps:** update dependency body-parser to v1.19.2 ([196d572](https://github.com/netlify/netlify-lambda/commit/196d57236c541a22f24643a25e57cb9ef35d8476))
33+
* **deps:** update dependency body-parser to v1.20.0 ([9bcc9fe](https://github.com/netlify/netlify-lambda/commit/9bcc9fe775b623b5999cb4c843e4d66467e164c4))
34+
* **deps:** update dependency express to v4.17.2 ([21602a1](https://github.com/netlify/netlify-lambda/commit/21602a1067c872ae534d0e25d8bead8d39445141))
35+
* **deps:** update dependency express to v4.17.3 ([cfb869e](https://github.com/netlify/netlify-lambda/commit/cfb869e88d75d25b42a11a778d16473baaa41537))
36+
* **deps:** update dependency express to v4.18.1 ([c1447d2](https://github.com/netlify/netlify-lambda/commit/c1447d2a5119aa3a6eb22c2b4aa9668766dc7239))
37+
* **deps:** update dependency globby to v11.1.0 ([cb82375](https://github.com/netlify/netlify-lambda/commit/cb82375af6d217fe232eb0825b740f2e97bbe544))
38+
1039
### [2.0.15](https://www.github.com/netlify/netlify-lambda/compare/v2.0.14...v2.0.15) (2021-10-11)
1140

1241

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-lambda",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy