From 20d9752ff1e595eaf7893bb3c0cf3f281e146c9f Mon Sep 17 00:00:00 2001 From: beatrizmaselli <67066494+beatrizmaselli@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:59:47 +0000 Subject: [PATCH] Release v2.169.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 0e71fb09..f45d65b2 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.169.0] - 2023-08-24 + ### Added - Campaigns context added to checkout simulation diff --git a/manifest.json b/manifest.json index d421ca77..98457a20 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.168.0", + "version": "2.169.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 3fa7f700..972f4d86 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.168.0" + "version": "2.169.0" }