diff --git a/CHANGELOG.md b/CHANGELOG.md index da46691b4..64ac5770d 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.164.0] - 2023-01-02 + ### Added - Indonesian translation. diff --git a/manifest.json b/manifest.json index ffc265f54..e14bfa22f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.163.4", + "version": "3.164.0", "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 774a5e911..e78ca9e91 100644 --- a/react/package.json +++ b/react/package.json @@ -89,5 +89,5 @@ "./setupTests.js" ] }, - "version": "3.163.4" + "version": "3.164.0" }