From 42accd1c1f333b88a8ba7f3c6780022078131add Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:28:04 +0300 Subject: [PATCH] chore: release 5.4.13 (#3087) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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)",