From 0d491b6cb474880bd983cc088e539cee6cf808ca Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 19:44:59 +0000 Subject: [PATCH] chore: release 6.2.3 (#3140) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56a1ed57be..a72252da3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.2.3](https://www.github.com/netlify/cli/compare/v6.2.2...v6.2.3) (2021-08-11) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^17.11.0 ([#3135](https://www.github.com/netlify/cli/issues/3135)) ([8ef7a33](https://www.github.com/netlify/cli/commit/8ef7a336c575ea181cb0a18448f15fe87593045f)) +* **deps:** update netlify build packages (major) ([#3139](https://www.github.com/netlify/cli/issues/3139)) ([81009bc](https://www.github.com/netlify/cli/commit/81009bc2459f87988930c4ea6957e1b95395e792)) + ### [6.2.2](https://www.github.com/netlify/cli/compare/v6.2.1...v6.2.2) (2021-08-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 24b909dde02..0a70a9c6c90 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.2.2", + "version": "6.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.2.2", + "version": "6.2.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c7732109a5e..0b4d323759e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.2.2", + "version": "6.2.3", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",