From 0ae6e5a2034c96afc20beae39c931b2eca58820e Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:20:01 +0200 Subject: [PATCH] chore: release 6.10.5 (#3471) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003ec7757c9..87de7fb1084 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). +### [6.10.5](https://www.github.com/netlify/cli/compare/v6.10.4...v6.10.5) (2021-10-11) + + +### Bug Fixes + +* decache all modules ([#3450](https://www.github.com/netlify/cli/issues/3450)) ([a1cb1ab](https://www.github.com/netlify/cli/commit/a1cb1ab577df96f6fcfa7c20e04c5b00c2daac88)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v4.24.0 ([#3472](https://www.github.com/netlify/cli/issues/3472)) ([2e1a50c](https://www.github.com/netlify/cli/commit/2e1a50c44a0bfdc9079e6c4f718468a70ea90481)) +* **deps:** update dependency @octokit/rest to v18.12.0 ([#3467](https://www.github.com/netlify/cli/issues/3467)) ([db1fd6c](https://www.github.com/netlify/cli/commit/db1fd6ce96a5ced2c149cdd06ac0dd44204ce5ce)) +* **deps:** update dependency @types/node to v14.17.21 ([#3466](https://www.github.com/netlify/cli/issues/3466)) ([ebbe72a](https://www.github.com/netlify/cli/commit/ebbe72ac05664345540b75d0b3ce1467d8cfa51e)) + ### [6.10.4](https://www.github.com/netlify/cli/compare/v6.10.3...v6.10.4) (2021-10-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 54e2ed2454c..609260a05db 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.10.4", + "version": "6.10.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.10.4", + "version": "6.10.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0ca5b0e9a31..66dbf886f56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.10.4", + "version": "6.10.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",