diff --git a/CHANGELOG.md b/CHANGELOG.md index a43a9959..fa6fb9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [2.0.5](https://www.github.com/netlify/netlify-lambda/compare/v2.0.4...v2.0.5) (2021-04-26) + + +### Bug Fixes + +* **deps:** update dependency @babel/core to v7.13.16 ([3c8a2b7](https://www.github.com/netlify/netlify-lambda/commit/3c8a2b7e56bc127fe92de0cccefe1659218cdc04)) + ### [2.0.4](https://www.github.com/netlify/netlify-lambda/compare/v2.0.3...v2.0.4) (2021-04-20) diff --git a/package-lock.json b/package-lock.json index 70fcbe9e..0020e1c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6651336e..d24dfd06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.4", + "version": "2.0.5", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",