Skip to content

Commit ba9d47e

Browse files
committed
2.0.2
1 parent 812a8de commit ba9d47e

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.2](https://github.com/netlify/netlify-lambda/compare/v2.0.1...v2.0.2)
11+
12+
### Merged
13+
14+
- chore(deps): bump ini from 1.3.5 to 1.3.8 [`#341`](https://github.com/netlify/netlify-lambda/pull/341)
15+
- chore(fossa): fix github actions workflow file for fossa [`#323`](https://github.com/netlify/netlify-lambda/pull/323)
16+
- fix(deps): update dependency jwt-decode to v3 [`#308`](https://github.com/netlify/netlify-lambda/pull/308)
17+
- chore(deps): update dependency gh-release to v4 [`#296`](https://github.com/netlify/netlify-lambda/pull/296)
18+
- chore(deps): update commitlint monorepo to v11 [`#295`](https://github.com/netlify/netlify-lambda/pull/295)
19+
- fix(docs): update readme to not include hardcoded version [`#265`](https://github.com/netlify/netlify-lambda/pull/265)
20+
- chore: add issue templates [`#264`](https://github.com/netlify/netlify-lambda/pull/264)
21+
- chore: delete stale.yml [`#263`](https://github.com/netlify/netlify-lambda/pull/263)
22+
- ci: add pr labeler [`#271`](https://github.com/netlify/netlify-lambda/pull/271)
23+
- chore(deps): lock file maintenance [`#270`](https://github.com/netlify/netlify-lambda/pull/270)
24+
- chore(deps): lock file maintenance [`#261`](https://github.com/netlify/netlify-lambda/pull/261)
25+
26+
### Commits
27+
28+
- fix(deps): update babel monorepo [`e419cbf`](https://github.com/netlify/netlify-lambda/commit/e419cbfa19f8c21b192b1b37ee1b5e011011535b)
29+
- chore(deps): update dependency jest to v26.5.3 [`0f8a9fa`](https://github.com/netlify/netlify-lambda/commit/0f8a9fa3bdd9e09c977fdfdbe92797f146de3b91)
30+
- chore(deps): update dependency jest to v26.4.0 [`ba0d016`](https://github.com/netlify/netlify-lambda/commit/ba0d0168f62a7a21fa4ecabec3d4c8da8ee56b04)
31+
1032
## [v2.0.1](https://github.com/netlify/netlify-lambda/compare/v2.0.0...v2.0.1) - 2020-07-21
1133

1234
### 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.1",
3+
"version": "2.0.2",
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)