From 9800c833f6403824c51c20c01759fe5aaf51c8d0 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 20:59:06 +0000 Subject: [PATCH] chore: release 8.0.20 (#3791) 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 3b18a18b214..9da7bf963c5 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.20](https://www.github.com/netlify/cli/compare/v8.0.19...v8.0.20) (2021-12-10) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^20.3.0 ([#3790](https://www.github.com/netlify/cli/issues/3790)) ([9c6b2cb](https://www.github.com/netlify/cli/commit/9c6b2cba0fcff035c04220b84b1c2fc36be6cb07)) + ### [8.0.19](https://www.github.com/netlify/cli/compare/v8.0.18...v8.0.19) (2021-12-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a5868f687cf..7be2bbb7563 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.0.19", + "version": "8.0.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.0.19", + "version": "8.0.20", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d0c854712dc..54fe3163f8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.0.19", + "version": "8.0.20", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",