From 3d0fa6fd5a61847cb3316f9a1bbddb2d16fb6580 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 18:18:29 +0200 Subject: [PATCH] chore: release 6.0.1 (#3100) 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 e90a04acbe8..acb7e1aa7d6 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.0.1](https://www.github.com/netlify/cli/compare/v6.0.0...v6.0.1) (2021-08-04) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3099](https://www.github.com/netlify/cli/issues/3099)) ([f82c9e3](https://www.github.com/netlify/cli/commit/f82c9e34c72cad087b19c519c6ef4778cca5a8f8)) + ## [6.0.0](https://www.github.com/netlify/cli/compare/v5.4.16...v6.0.0) (2021-08-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 131987ee160..732ffea062d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.0.0", + "version": "6.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1a41a9b34d4..f8a9d34f4de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.0.0", + "version": "6.0.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",