From 3e218f6d63002d0b3c9485de379837784268fb7f Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:56:43 +0000 Subject: [PATCH] chore(main): release 8.6.7 --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92eb24aa052..5b73fe3d0cb 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). +### [8.6.7](https://github.com/netlify/cli/compare/v8.6.6...v8.6.7) (2022-01-06) + + +### Bug Fixes + +* **deps:** remove unused dependencies ([#3933](https://github.com/netlify/cli/issues/3933)) ([495cf5d](https://github.com/netlify/cli/commit/495cf5dafb1e0a5f315db9cebe4cd62303b39639)) + ### [8.6.6](https://github.com/netlify/cli/compare/v8.6.5...v8.6.6) (2022-01-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c35a4ae45fd..f2001c03d5a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.6.6", + "version": "8.6.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.6.6", + "version": "8.6.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b4206b4e242..99daaefc985 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.6.6", + "version": "8.6.7", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",