From 5ce574e79859865cad1a2e6171a88747b74f0fbd Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:50:53 +0000 Subject: [PATCH] Release v0.16.13 --- 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 ed1f9352..b1121851 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] +## [0.16.13] - 2022-02-14 + ### Fixed - Use `fullText` when `query` is empty. diff --git a/manifest.json b/manifest.json index d534f636..9bc1947d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-resolver", - "version": "0.16.12", + "version": "0.16.13", "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 f50526a7..e3c06941 100644 --- a/node/package.json +++ b/node/package.json @@ -58,5 +58,5 @@ "vtex.search-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-graphql@0.38.0/public/@types/vtex.search-graphql", "vtex.search-resolver": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-resolver@0.6.3-hkignore.1/public/_types/react" }, - "version": "0.16.10" + "version": "0.16.13" }