diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d364a..07cfc52 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.59.0] - 2021-04-12 + ### Added - Field `isGift` to `Item` type. diff --git a/manifest.json b/manifest.json index db091ac..11b1e2e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-graphql", "vendor": "vtex", - "version": "0.58.0", + "version": "0.59.0", "title": "Checkout GraphQL", "description": "Checkout GraphQL API", "builders": { @@ -15,7 +15,9 @@ }, "credentialType": "absolute", "mustUpdateAt": "2019-11-05", - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [ { "name": "vtex.messages:translate-messages" diff --git a/node/package.json b/node/package.json index 8788197..4f7337a 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-graphql", - "version": "0.58.0", + "version": "0.59.0", "private": true, "license": "UNLICENSED", "scripts": {