From 33a6660765825f86a75952f6cd1a62938d8e0a36 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:56:39 +0000 Subject: [PATCH] chore: release 6.10.4 (#3462) 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 a14ba7f6e73..003ec7757c9 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). +### [6.10.4](https://www.github.com/netlify/cli/compare/v6.10.3...v6.10.4) (2021-10-08) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.13.10 ([#3458](https://www.github.com/netlify/cli/issues/3458)) ([efd1e20](https://www.github.com/netlify/cli/commit/efd1e20fa27c404f62b58376eedf99c5fcf7efc1)) + ### [6.10.3](https://www.github.com/netlify/cli/compare/v6.10.2...v6.10.3) (2021-10-07) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f46d21f0509..b3392e1ffdc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.10.3", + "version": "6.10.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.10.3", + "version": "6.10.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8f9c7df3e20..c77b06b4945 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.10.3", + "version": "6.10.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",