From 4f02448fa3612c6b0d9cbaad3fb2724c0519fe81 Mon Sep 17 00:00:00 2001 From: hiagolcm <40380674+hiagolcm@users.noreply.github.com> Date: Mon, 7 Jun 2021 16:31:51 +0000 Subject: [PATCH] Release v1.43.6 --- 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 f5a8eb7d..9a909065 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.43.6] - 2021-06-07 + ## [1.43.5] - 2021-06-02 ### Fixed - Removes `region-id` before sending to search. diff --git a/manifest.json b/manifest.json index a96d0ec1..22e6cb29 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-resolver", - "version": "1.43.5", + "version": "1.43.6", "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 b6482ccf..4ec09a52 100644 --- a/node/package.json +++ b/node/package.json @@ -60,5 +60,5 @@ "vtex.search-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-graphql@0.39.0/public/@types/vtex.search-graphql", "vtex.search-resolver": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-resolver@1.32.2/public/_types/react" }, - "version": "1.43.5" + "version": "1.43.6" }