From 52c51aaabf19238863d8689fd2e53e8daaf1b452 Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:53:26 +0000 Subject: [PATCH] Release v1.65.1 --- 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 0435b8b9..036a22c0 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.1] - 2023-04-24 + ### Fixed - Error with `taxPercentage` when Price is `null`. diff --git a/manifest.json b/manifest.json index 6dfbfa67..35fd9ecc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-resolver", - "version": "1.65.0", + "version": "1.65.1", "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 98a4f19c..6d1df3a4 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.0" + "version": "1.65.1" }