diff --git a/CHANGELOG.md b/CHANGELOG.md index c6921825..9cc50244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.53.0] - 2020-12-22 ### Added - Mutation `updateOrderFormMarketingData`. diff --git a/manifest.json b/manifest.json index 997e8a97..cdc2631e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-graphql", "vendor": "vtex", - "version": "0.52.1", + "version": "0.53.0", "title": "Checkout GraphQL", "description": "Checkout GraphQL API", "builders": { diff --git a/node/package.json b/node/package.json index f93a8944..92596208 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-graphql", - "version": "0.52.1", + "version": "0.53.0", "private": true, "license": "UNLICENSED", "scripts": {