diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cea98ac1d3..87b88dce60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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.16](https://github.com/netlify/cli/compare/v8.6.15...v8.6.16) (2022-01-10) + + +### Bug Fixes + +* **deps:** update dependency @types/node to v14.18.5 ([#3984](https://github.com/netlify/cli/issues/3984)) ([686ad9a](https://github.com/netlify/cli/commit/686ad9a002dd08423a68766e4023d15ffd0810d7)) +* **deps:** update dependency prop-types to v15.8.1 ([#3985](https://github.com/netlify/cli/issues/3985)) ([443cc60](https://github.com/netlify/cli/commit/443cc608e47fab2a49b0699ffb3b3874674f8eef)) +* **deps:** update module github.com/aws/aws-lambda-go to v1.28.0 ([#3986](https://github.com/netlify/cli/issues/3986)) ([d78c1cc](https://github.com/netlify/cli/commit/d78c1cc2a54c6eedb73282dd14a90889b2d1b33f)) +* pin colors to 1.4.0 ([#3995](https://github.com/netlify/cli/issues/3995)) ([28450c1](https://github.com/netlify/cli/commit/28450c16568390159c07ed3ec81eb0002148ef30)) + ### [8.6.15](https://github.com/netlify/cli/compare/v8.6.14...v8.6.15) (2022-01-07) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ebf622a01db..7cf741ae20f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.6.15", + "version": "8.6.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.6.15", + "version": "8.6.16", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 87efef5529b..aabb2e1793e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.6.15", + "version": "8.6.16", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",