From 3045322c2c7fd5283cd07c3a36f049cc51752c2a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 13:51:52 +0300 Subject: [PATCH] chore: release 2.0.11 (#462) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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 aed2ca6a..10b6d52a 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",