From c29ae9773b57e23be41139abd2bf54faeebf7bb5 Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Tue, 9 May 2023 15:47:55 +0000 Subject: [PATCH] Release v2.161.3 --- 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 8984c8b8..4fd844da 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] +## [2.161.3] - 2023-05-09 + ### Fixed - B2B impersonation not loading profile page diff --git a/manifest.json b/manifest.json index 1030e26f..07683aed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.161.2", + "version": "2.161.3", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute", diff --git a/node/package.json b/node/package.json index 6895f581..03fa2327 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.161.2" + "version": "2.161.3" }