diff --git a/CHANGELOG.md b/CHANGELOG.md index e67199cc6..ab2dc9228 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.135.0] - 2025-01-08 + ### Fixed - Updated missing translations. diff --git a/manifest.json b/manifest.json index 727d05c4c..50b28f73b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,13 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.135.0-beta.4", + "version": "3.135.0", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25", - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "scripts": { "postreleasy": "vtex publish --verbose" }, diff --git a/react/package.json b/react/package.json index 360591203..6c8aff16b 100644 --- a/react/package.json +++ b/react/package.json @@ -74,5 +74,5 @@ "jest-environment-jsdom": "^26.0.0", "node-notifier": "^8.0.1" }, - "version": "3.134.1" + "version": "3.135.0" }