diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a65add..32e06db 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] +## [2.12.2] - 2023-06-13 + ### Fixed - Fixes of i18n on readme file. diff --git a/manifest.json b/manifest.json index 23cb4b1..47e0565 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "product-customizer", "vendor": "vtex", - "version": "2.12.1", + "version": "2.12.2", "title": "Product Customizer", "description": "", "mustUpdateAt": "2019-09-27", diff --git a/react/package.json b/react/package.json index d8088a4..ee44f13 100644 --- a/react/package.json +++ b/react/package.json @@ -44,5 +44,5 @@ "vtex.store-components": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-components@3.141.2/public/@types/vtex.store-components", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.135.3/public/@types/vtex.styleguide" }, - "version": "2.12.1" + "version": "2.12.2" }