From 3383095f2bd7c601eaa5fc9d894aa9c2f7fd9f04 Mon Sep 17 00:00:00 2001 From: lucasecdb <10223856+lucasecdb@users.noreply.github.com> Date: Tue, 22 Dec 2020 12:55:56 +0000 Subject: [PATCH] Release v0.53.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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": {