diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf7415..6b7f1d1 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] +## [2.3.1] - 2023-06-30 + ### Fixed - I18n fixes on readme. diff --git a/manifest.json b/manifest.json index 871f3e7..0680008 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-highlights", - "version": "2.3.0", + "version": "2.3.1", "title": "Product Highlights", "description": "", "builders": { diff --git a/react/package.json b/react/package.json index 9ac1491..794de78 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "product-highlights", - "version": "2.3.0", + "version": "2.3.1", "scripts": { "test": "vtex-test-tools test" },