Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 13, 2020
1 parent 812a8de commit ba9d47e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ 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.2](https://github.com/netlify/netlify-lambda/compare/v2.0.1...v2.0.2)

### Merged

- chore(deps): bump ini from 1.3.5 to 1.3.8 [`#341`](https://github.com/netlify/netlify-lambda/pull/341)
- chore(fossa): fix github actions workflow file for fossa [`#323`](https://github.com/netlify/netlify-lambda/pull/323)
- fix(deps): update dependency jwt-decode to v3 [`#308`](https://github.com/netlify/netlify-lambda/pull/308)
- chore(deps): update dependency gh-release to v4 [`#296`](https://github.com/netlify/netlify-lambda/pull/296)
- chore(deps): update commitlint monorepo to v11 [`#295`](https://github.com/netlify/netlify-lambda/pull/295)
- fix(docs): update readme to not include hardcoded version [`#265`](https://github.com/netlify/netlify-lambda/pull/265)
- chore: add issue templates [`#264`](https://github.com/netlify/netlify-lambda/pull/264)
- chore: delete stale.yml [`#263`](https://github.com/netlify/netlify-lambda/pull/263)
- ci: add pr labeler [`#271`](https://github.com/netlify/netlify-lambda/pull/271)
- chore(deps): lock file maintenance [`#270`](https://github.com/netlify/netlify-lambda/pull/270)
- chore(deps): lock file maintenance [`#261`](https://github.com/netlify/netlify-lambda/pull/261)

### Commits

- fix(deps): update babel monorepo [`e419cbf`](https://github.com/netlify/netlify-lambda/commit/e419cbfa19f8c21b192b1b37ee1b5e011011535b)
- chore(deps): update dependency jest to v26.5.3 [`0f8a9fa`](https://github.com/netlify/netlify-lambda/commit/0f8a9fa3bdd9e09c977fdfdbe92797f146de3b91)
- chore(deps): update dependency jest to v26.4.0 [`ba0d016`](https://github.com/netlify/netlify-lambda/commit/ba0d0168f62a7a21fa4ecabec3d4c8da8ee56b04)

## [v2.0.1](https://github.com/netlify/netlify-lambda/compare/v2.0.0...v2.0.1) - 2020-07-21

### 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.1",
"version": "2.0.2",
"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 ba9d47e

Please sign in to comment.