From 90ff4bb6b366396fb11037f565e811903c216b04 Mon Sep 17 00:00:00 2001 From: polishq <6306265+polishq@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:30:09 +0000 Subject: [PATCH] Release v1.65.2 --- 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 23395871..2416c6aa 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.65.2] - 2023-08-18 + ### Fixed - Retrieve translated text-based product specification values ("properties") when using the `productSearch` and `products` queries. diff --git a/manifest.json b/manifest.json index 35fd9ecc..5f8a2736 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-resolver", - "version": "1.65.1", + "version": "1.65.2", "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 f940c6ba..e1748bae 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.65.1" + "version": "1.65.2" }