From a23cc865551f50cdf05ea60251d64adb589c8b74 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 12:21:47 +0000 Subject: [PATCH] chore: release 6.8.6 (#3298) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: ehmicky --- 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 15d4040b7f7..fb537b2d3ae 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.8.6](https://www.github.com/netlify/cli/compare/v6.8.5...v6.8.6) (2021-09-06) + + +### Bug Fixes + +* **deps:** update dependency axios to v0.21.3 ([#3291](https://www.github.com/netlify/cli/issues/3291)) ([6da956a](https://www.github.com/netlify/cli/commit/6da956a93eb402478cd9c4ab4a89d030e6ee52bc)) +* **deps:** update dependency stripe to v8.174.0 ([#3292](https://www.github.com/netlify/cli/issues/3292)) ([773e4ee](https://www.github.com/netlify/cli/commit/773e4ee932a15f7586f21ed35918f06692df5404)) + ### [6.8.5](https://www.github.com/netlify/cli/compare/v6.8.4...v6.8.5) (2021-09-02) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ea406e9fc33..9a370c8b5d0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.8.5", + "version": "6.8.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.8.5", + "version": "6.8.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 83c590f6b50..7ae472ef89c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.8.5", + "version": "6.8.6", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",