From 5a1af0d04a1785982d151b89433ffaec0ef1a8b4 Mon Sep 17 00:00:00 2001 From: ArthurFerrao <15989443+ArthurFerrao@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:42:16 +0000 Subject: [PATCH] Release v3.136.0 --- 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 68acbea11..617ff0b02 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.136.0] - 2025-01-16 + ### Added - Enable the choice of shipping facets that appear in the filter diff --git a/manifest.json b/manifest.json index 50b28f73b..066b4f29c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.135.0", + "version": "3.136.0", "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 6c8aff16b..886913f0d 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.135.0" + "version": "3.136.0" }