From 8cc04e61a9422c35a6e18746cd3b74b013a764c1 Mon Sep 17 00:00:00 2001 From: carolkrroo <4183629+carolkrroo@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:45:32 +0000 Subject: [PATCH] Release v2.165.0 --- 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 ed5c8612..70cc27ba 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.165.0] - 2023-07-11 + ### Added - `isExpired`, `expirationDate` and `accountStatus` to `profile` query. diff --git a/manifest.json b/manifest.json index d02a64c9..01e0bda2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.164.0", + "version": "2.165.0", "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 ef461fe0..a6439c3f 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.164.0" + "version": "2.165.0" }