diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f48fea..4645ba7d 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.14](https://www.github.com/netlify/netlify-lambda/compare/v2.0.13...v2.0.14) (2021-08-09) + + +### Bug Fixes + +* **deps:** update babel monorepo to v7.15.0 ([01d22d6](https://www.github.com/netlify/netlify-lambda/commit/01d22d68d40f7531e3b7ba9b5f8a6aba74a11c65)) + ### [2.0.13](https://www.github.com/netlify/netlify-lambda/compare/v2.0.12...v2.0.13) (2021-08-02) diff --git a/package-lock.json b/package-lock.json index a76ee35a..d3fba442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "netlify-lambda", - "version": "2.0.13", + "version": "2.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.13", + "version": "2.0.14", "license": "MIT", "dependencies": { "@babel/core": "^7.10.4", diff --git a/package.json b/package.json index 55fcda8c..65b59b2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.13", + "version": "2.0.14", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",