diff --git a/CHANGELOG.md b/CHANGELOG.md index b79aa35..b04dcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.18.1] - 2021-03-23 + ### Fixed - `FormattedNumber` of `installmentsRate` on `InstallmentsRenderer` duo API response diff --git a/manifest.json b/manifest.json index 26913bd..2dca187 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-price", - "version": "1.18.0", + "version": "1.18.1", "title": "VTEX Product Price", "description": "Components used to show everything price related in the context of the product", "builders": { diff --git a/react/package.json b/react/package.json index 55ec71d..91f3bb8 100644 --- a/react/package.json +++ b/react/package.json @@ -30,5 +30,5 @@ "vtex.product-summary-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-summary-context@0.7.0/public/@types/vtex.product-summary-context", "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.126.4/public/@types/vtex.render-runtime" }, - "version": "1.18.0" + "version": "1.18.1" }