From 318c3709ed8da087dad67c46def3b1d14f9c8c37 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 16:41:46 +0000 Subject: [PATCH] chore(main): release 8.10.1 (#4091) 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 a56fcf0ca85..d09c0d4b5c2 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.10.1](https://github.com/netlify/cli/compare/v8.10.0...v8.10.1) (2022-01-19) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.1.7 ([#4089](https://github.com/netlify/cli/issues/4089)) ([3a339fb](https://github.com/netlify/cli/commit/3a339fb7827a7b46ef20615eaba9b01725224c67)) + ## [8.10.0](https://github.com/netlify/cli/compare/v8.9.10...v8.10.0) (2022-01-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 65d9ec2420f..9006b992d8a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.10.0", + "version": "8.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.10.0", + "version": "8.10.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 743c7dc6150..42d6bb4795b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.10.0", + "version": "8.10.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",