From ad4a4f6fd8a548c662adbb2f358bfcf36be10af1 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 02:27:08 +0000 Subject: [PATCH] chore(main): release 8.9.1 --- 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 f0fef4248d3..1d99277d56f 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.9.1](https://github.com/netlify/cli/compare/v8.9.0...v8.9.1) (2022-01-17) + + +### Bug Fixes + +* binary not found for Husky ([#4046](https://github.com/netlify/cli/issues/4046)) ([bea66fe](https://github.com/netlify/cli/commit/bea66febfa4d5c95f74bd6fcd0704a0687e2b0b9)) +* **deps:** update dependency node-fetch to v2.6.7 ([#4052](https://github.com/netlify/cli/issues/4052)) ([70df1b8](https://github.com/netlify/cli/commit/70df1b8233a2cdfd137b7c9649d5de0f157e157b)) +* **deps:** update dependency qs to v6.10.3 ([#4053](https://github.com/netlify/cli/issues/4053)) ([064049b](https://github.com/netlify/cli/commit/064049b008e70ee8c8a22143659e3e66fb8bd1c7)) +* **deps:** update dependency stripe to v8.197.0 ([#4054](https://github.com/netlify/cli/issues/4054)) ([5e6df42](https://github.com/netlify/cli/commit/5e6df424898c1ea1b826bf4e9311d4f2b8a0da55)) + ## [8.9.0](https://github.com/netlify/cli/compare/v8.8.2...v8.9.0) (2022-01-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b355fe22197..120d6e3b76f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.9.0", + "version": "8.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.9.0", + "version": "8.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ab300482c42..58be0ff0a89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.9.0", + "version": "8.9.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",