diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b88dce60e..a92048343c0 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.17](https://github.com/netlify/cli/compare/v8.6.16...v8.6.17) (2022-01-10) + + +### Bug Fixes + +* remove colors as a direct dependency ([#3999](https://github.com/netlify/cli/issues/3999)) ([1889545](https://github.com/netlify/cli/commit/18895457ce90f77c689e0571beeed28cb92ab63d)) + ### [8.6.16](https://github.com/netlify/cli/compare/v8.6.15...v8.6.16) (2022-01-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 63357dbdbfa..dc9739884a5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.6.16", + "version": "8.6.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.6.16", + "version": "8.6.17", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6fa0f02714d..599b2fc437e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.6.16", + "version": "8.6.17", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",