From 15b8711ff6c7b4e5759d2ac3326a3aaff734ccda Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 18:39:48 +0100 Subject: [PATCH] chore: release 8.0.9 (#3744) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- 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 a2859cd3cc2..2854fd754a7 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.0.9](https://www.github.com/netlify/cli/compare/v8.0.8...v8.0.9) (2021-12-01) + + +### Bug Fixes + +* **deps:** update dependency @netlify/eslint-config-node to ^3.3.10 ([#3736](https://www.github.com/netlify/cli/issues/3736)) ([1ceeff5](https://www.github.com/netlify/cli/commit/1ceeff5bb9644e22d31c9f44738c1fb34f97c2f7)) + ### [8.0.8](https://www.github.com/netlify/cli/compare/v8.0.7...v8.0.8) (2021-12-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ed6dac0fcfa..8a1e9b47640 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.0.8", + "version": "8.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.0.8", + "version": "8.0.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8dd42ccfd23..9f00c4ff25f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.0.8", + "version": "8.0.9", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",