From e66aea175488887369057d290a2b93b32d20c359 Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:27:13 +0000 Subject: [PATCH] Release v3.133.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f338e3..7c96e88c 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.133.1] - 2024-10-02 + ### Fixed - Duplicated structured data in product search context diff --git a/manifest.json b/manifest.json index 18dc7890..bfc6ca6f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.133.0", + "version": "3.133.1", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25", diff --git a/react/package.json b/react/package.json index 7c8371e4..6ed1ad7b 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.133.0" + "version": "3.133.1" }