diff --git a/CHANGELOG.md b/CHANGELOG.md index 06153366495..3e1233d1f70 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.4](https://www.github.com/netlify/cli/compare/v6.0.3...v6.0.4) (2021-08-05) + + +### Bug Fixes + +* **deps:** update dependency stripe to v8.168.0 ([#3056](https://www.github.com/netlify/cli/issues/3056)) ([51038ed](https://www.github.com/netlify/cli/commit/51038ed31ad2f0f4377f9bac4b119b71d9980e0f)) + ### [6.0.3](https://www.github.com/netlify/cli/compare/v6.0.2...v6.0.3) (2021-08-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e457460ef85..d56b8931550 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.0.3", + "version": "6.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.0.3", + "version": "6.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 26c56a0352e..c0b1495ba69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.0.3", + "version": "6.0.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",