From 8978d70eab77fc658df6ac9baf83a4ad2c089cf5 Mon Sep 17 00:00:00 2001 From: lariciamota <19983991+lariciamota@users.noreply.github.com> Date: Wed, 10 Aug 2022 20:04:27 +0000 Subject: [PATCH] Release v2.155.23 --- 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 5b6ad5684..19cd69e4f 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.155.23] - 2022-08-10 + ## [2.155.22] - 2022-08-10 ## [2.155.21] - 2022-08-10 diff --git a/manifest.json b/manifest.json index 727b1c3fb..fc5305f0d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.155.22", + "version": "2.155.23", "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 96da60004..a6fa22892 100644 --- a/node/package.json +++ b/node/package.json @@ -53,5 +53,5 @@ "test": "vtex-test-tools test", "lint": "tsc --noEmit && eslint --ext ts ." }, - "version": "2.155.22" + "version": "2.155.23" }