From 5a1d97a8c1c061ba8c1ded585acff74313847de6 Mon Sep 17 00:00:00 2001 From: bivillar <27328184+bivillar@users.noreply.github.com> Date: Fri, 10 Jul 2020 00:45:27 +0000 Subject: [PATCH] Release v1.7.5 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a708c0..500e8f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.7.5] - 2020-07-10 + ### Added - Italian translation. diff --git a/manifest.json b/manifest.json index f367c129..778346c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-placed", - "version": "1.7.4", + "version": "1.7.5", "title": "Order Placed", "description": "", "registries": [ diff --git a/react/package.json b/react/package.json index 29e35559..33b40e0b 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "1.7.4", + "version": "1.7.5", "scripts": { "lint": "tsc --noEmit && eslint --quiet --ext ts,tsx .", "test": "vtex-test-tools test"