diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f931c9..dc4e8c70 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.170.4] - 2024-06-27 + ### Added - fallback value for administrativeAreaLevel1 for profile V2 diff --git a/manifest.json b/manifest.json index 2875ecd9..dd9e1eb2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.170.3", + "version": "2.170.4", "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 1daab332..468c0f3e 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.170.3" + "version": "2.170.4" }