From ae34d40ff2e7926581229f057f43308a8f2cda2f Mon Sep 17 00:00:00 2001 From: Felipe Sales Date: Fri, 7 Jun 2019 16:38:05 -0300 Subject: [PATCH] Release v0.27.3 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74789869..e6d03a3b 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] +## [0.27.3] - 2019-06-07 + ### Fix - Fix `country` fallback on add new address. diff --git a/manifest.json b/manifest.json index 8543aeaf..5bdc116f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "my-account", "vendor": "vtex", - "version": "0.27.2", + "version": "0.27.3", "title": "My Account", "description": "", "mustUpdateAt": "2019-07-09", @@ -92,4 +92,4 @@ } }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0dcbc698..6644cfa7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.27.2", + "version": "0.27.3", "devDependencies": { "@types/exenv": "^1.2.0", "@vtex/intl-equalizer": "^2.0.1",