diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b93d502b9..3d56b902797 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.12](https://www.github.com/netlify/cli/compare/v5.2.11...v5.2.12) (2021-07-28) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3030](https://www.github.com/netlify/cli/issues/3030)) ([f82dbde](https://www.github.com/netlify/cli/commit/f82dbde31780bdc94c9a05558d2ae646ee663ab9)) + ### [5.2.11](https://www.github.com/netlify/cli/compare/v5.2.10...v5.2.11) (2021-07-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7b5555130a8..21b992834c7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.2.11", + "version": "5.2.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.2.11", + "version": "5.2.12", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 96b33c56d92..0e41b30023e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.2.11", + "version": "5.2.12", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",