From 6f85bfb43533dc51c5ef6d12704dd7e5045a0755 Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:04:01 +0000 Subject: [PATCH] Release v2.172.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 c6e19afb..b1808853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.172.1] - 2024-10-16 ### Added - Validation for customerID due to email rectification diff --git a/manifest.json b/manifest.json index d403ec6b..45388874 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.172.0", + "version": "2.172.1", "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 a0f8a4de..7d6763e9 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.172.0" + "version": "2.172.1" }