From 5c4d570083ad2b4f3bd544fd77da454ca3fd30ef Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:58:05 +0000 Subject: [PATCH] Release v1.68.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab5147b..4cdd0762 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] +## [1.68.0] - 2024-03-06 + ### Added - `showSponsored` to `productSearch` params. diff --git a/manifest.json b/manifest.json index 21596a3b..b201c675 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-resolver", - "version": "1.67.1", + "version": "1.68.0", "title": "GraphQL resolver for the VTEX store APIs", "description": "GraphQL resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute", diff --git a/node/package.json b/node/package.json index b8bbca00..9f661158 100644 --- a/node/package.json +++ b/node/package.json @@ -59,5 +59,5 @@ "vtex.rewriter": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.rewriter@1.53.4/public/@types/vtex.rewriter", "vtex.search-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-graphql@0.46.0/public/@types/vtex.search-graphql" }, - "version": "1.67.1" + "version": "1.68.0" }