diff --git a/CHANGELOG.md b/CHANGELOG.md index 510019ca432..04421a2d337 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). +### [5.2.10](https://www.github.com/netlify/cli/compare/v5.2.9...v5.2.10) (2021-07-27) + + +### Bug Fixes + +* **command-status:** invoke getToken() ([#3022](https://www.github.com/netlify/cli/issues/3022)) ([917b1cf](https://www.github.com/netlify/cli/commit/917b1cfa4dc3622c01cc7160ba502c36e1ce1da3)) + ### [5.2.9](https://www.github.com/netlify/cli/compare/v5.2.8...v5.2.9) (2021-07-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 095ff8505bd..02b138500bf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.2.9", + "version": "5.2.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.2.9", + "version": "5.2.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8b8d557f8c7..d21334ac168 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.2.9", + "version": "5.2.10", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",