diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2999e7ccc..5cdc7bf36ff 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). +### [5.3.1](https://www.github.com/netlify/cli/compare/v5.3.0...v5.3.1) (2021-07-29) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^17.3.1 ([#3042](https://www.github.com/netlify/cli/issues/3042)) ([d400a1e](https://www.github.com/netlify/cli/commit/d400a1e02e5ecca1e36102f99f1a922272454988)) +* **deps:** update dependency @netlify/plugins-list to ^2.21.0 ([#3043](https://www.github.com/netlify/cli/issues/3043)) ([8f983c9](https://www.github.com/netlify/cli/commit/8f983c966216caa2e899fd9eec4cc6d1e5154ede)) + ## [5.3.0](https://www.github.com/netlify/cli/compare/v5.2.13...v5.3.0) (2021-07-29) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dd25d60f02a..c203876b78d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.3.0", + "version": "5.3.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2b6a6762218..f6eb65498a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.3.0", + "version": "5.3.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",