From ad6c37ac306b355e02ef2ce3c7007baff1716719 Mon Sep 17 00:00:00 2001 From: marcoskwkm <8902498+marcoskwkm@users.noreply.github.com> Date: Fri, 8 May 2020 18:39:56 +0000 Subject: [PATCH] Release v0.19.4 --- 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 2d92b81f..d952fe03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.19.4] - 2020-05-08 ### Fixed - Item prices when `unitMultiplier` was different than `1`. diff --git a/manifest.json b/manifest.json index 9a1884fa..99a3e263 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.19.3", + "version": "0.19.4", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 14f7c89b..4d2a0437 100644 --- a/react/package.json +++ b/react/package.json @@ -41,5 +41,5 @@ "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.100.4/public/@types/vtex.render-runtime", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.116.0/public/@types/vtex.styleguide" }, - "version": "0.19.3" + "version": "0.19.4" }