From 9ab2af59a634f54a0f66f14866ba064a7e91714d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 14:18:22 +0200 Subject: [PATCH] chore: release 6.14.5 (#3538) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008350f7f91..d78e885285d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [6.14.5](https://www.github.com/netlify/cli/compare/v6.14.4...v6.14.5) (2021-10-27) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to ^0.8.0 ([#3537](https://www.github.com/netlify/cli/issues/3537)) ([c177831](https://www.github.com/netlify/cli/commit/c17783160077bad57468fb3daa546a5fcc9bafa6)) +* **deps:** update netlify build packages ([#3536](https://www.github.com/netlify/cli/issues/3536)) ([98dc902](https://www.github.com/netlify/cli/commit/98dc902f4706174b283d3c98b9245a65654b7f71)) + ### [6.14.4](https://www.github.com/netlify/cli/compare/v6.14.3...v6.14.4) (2021-10-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dbcc8897cc4..1eab993940d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.4", + "version": "6.14.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.4", + "version": "6.14.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c6c7c5f45c0..2f3ea0926ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.4", + "version": "6.14.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",