diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ee152b..c50bc221 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.19.3] - 2020-03-25 + ## [0.19.2] - 2020-03-25 ### Changed diff --git a/manifest.json b/manifest.json index 0351aaca..9a1884fa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.19.2", + "version": "0.19.3", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 80f2aad5..6adbff67 100644 --- a/react/package.json +++ b/react/package.json @@ -41,5 +41,5 @@ "vtex.format-currency": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.format-currency@0.1.3/public/@types/vtex.format-currency", "vtex.formatted-price": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.formatted-price@0.3.2/public/@types/vtex.formatted-price" }, - "version": "0.19.2" + "version": "0.19.3" }