diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd510349..d659d4820 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] +## [3.169.5] - 2023-10-05 + ### Fixed - Store name in the social share text instead of account name as default diff --git a/manifest.json b/manifest.json index 683d70223..32ec0dfc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.169.4", + "version": "3.169.5", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use", diff --git a/react/package.json b/react/package.json index a8aecc51b..095437278 100644 --- a/react/package.json +++ b/react/package.json @@ -88,5 +88,5 @@ "./setupTests.js" ] }, - "version": "3.169.4" + "version": "3.169.5" }