diff --git a/CHANGELOG.md b/CHANGELOG.md index 592f4847..f2d8d21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index d2597083..78afac9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22769f26..d5d69f0e 100644 --- a/package.json +++ b/package.json @@ -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",