diff --git a/CHANGELOG.md b/CHANGELOG.md index cb00f25..6564061 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.13.1] - 2021-03-08 + ### Fixed - Updated documentation (removed link to internal doc) diff --git a/manifest.json b/manifest.json index 40482a4..0ebf87d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-price", - "version": "1.13.0", + "version": "1.13.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 5d13f6d..148a190 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.13.0" + "version": "1.13.1" }