diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6ed6acf84..73fc26d0c60 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.4.13](https://www.github.com/netlify/cli/compare/v5.4.12...v5.4.13) (2021-08-03) + + +### Bug Fixes + +* **command-deploy:** sync redirects after build ([#2920](https://www.github.com/netlify/cli/issues/2920)) ([021bbfa](https://www.github.com/netlify/cli/commit/021bbfa0bd4fc857d3757194d14479b8472c95cc)) + ### [5.4.12](https://www.github.com/netlify/cli/compare/v5.4.11...v5.4.12) (2021-08-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2eb677e4e7d..644751801cd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.4.12", + "version": "5.4.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.4.12", + "version": "5.4.13", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d5e9561204a..2304dfa4cb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.4.12", + "version": "5.4.13", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",