diff --git a/CHANGELOG.md b/CHANGELOG.md index c71e9c2f..f338b5be 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.163.0] - 2023-06-02 + ### Added - `generalValues` to `product` query. diff --git a/manifest.json b/manifest.json index e5e5a2b9..a47d6b55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.162.1", + "version": "2.163.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 04a9179c..bdb1cd95 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.162.1" + "version": "2.163.0" }