diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f0331..cd371a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.67.0] - 2024-02-27 + ### Added - Add `productSpecificationGroups` resolver to `Item` type diff --git a/manifest.json b/manifest.json index 24961f3..6ebb74d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-graphql", "vendor": "vtex", - "version": "0.66.3", + "version": "0.67.0", "title": "Checkout GraphQL", "description": "Checkout GraphQL API", "builders": { diff --git a/node/package.json b/node/package.json index 5bd842f..f1e3bd4 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-graphql", - "version": "0.66.3", + "version": "0.67.0", "private": true, "license": "UNLICENSED", "scripts": {