diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e325ee0..63efd071 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.11](https://www.github.com/netlify/netlify-lambda/compare/v2.0.10...v2.0.11) (2021-07-05) + + +### Bug Fixes + +* **deps:** update babel monorepo to v7.14.7 ([430d7f0](https://www.github.com/netlify/netlify-lambda/commit/430d7f0c0d9108186e9aed3a6743aeeda2aafedc)) + ### [2.0.10](https://www.github.com/netlify/netlify-lambda/compare/v2.0.9...v2.0.10) (2021-06-21) diff --git a/package-lock.json b/package-lock.json index 7b4fc581..1f2dba8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "netlify-lambda", - "version": "2.0.10", + "version": "2.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.10", + "version": "2.0.11", "license": "MIT", "dependencies": { "@babel/core": "^7.10.4", diff --git a/package.json b/package.json index fcf3bd78..f0e14bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.10", + "version": "2.0.11", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",