diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0d57c..0c49fda 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.66.2] - 2023-06-20 + ## [0.66.1] - 2023-06-16 ### Fixed diff --git a/manifest.json b/manifest.json index 34b37f2..b26145a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-graphql", "vendor": "vtex", - "version": "0.66.1", + "version": "0.66.2", "title": "Checkout GraphQL", "description": "Checkout GraphQL API", "builders": { diff --git a/node/package.json b/node/package.json index 6590d2c..a71f24f 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-graphql", - "version": "0.66.1", + "version": "0.66.2", "private": true, "license": "UNLICENSED", "scripts": {