diff --git a/CHANGELOG.md b/CHANGELOG.md index 927a53d8..28056dff 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.18.0] - 2020-03-06 ### Added - New component `ProductQuantity`. - Prop `showListPrice` to `Price` component. diff --git a/manifest.json b/manifest.json index 98fc89ae..e8276bde 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.17.0", + "version": "0.18.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index c96318ea..97635521 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.17.0" + "version": "0.18.0" }