diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f50cfb..dc927a7 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.3] - 2023-08-30 + ### Fixed - English translation. diff --git a/manifest.json b/manifest.json index 47e0565..d223f25 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "product-customizer", "vendor": "vtex", - "version": "2.12.2", + "version": "2.12.3", "title": "Product Customizer", "description": "", "mustUpdateAt": "2019-09-27", diff --git a/react/package.json b/react/package.json index ee44f13..dde0415 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.2" + "version": "2.12.3" }