From be60e8bd59b06418ec2a0d3da250b74c75ddea90 Mon Sep 17 00:00:00 2001 From: silviasfon <49081447+silviasfon@users.noreply.github.com> Date: Tue, 6 Apr 2021 21:29:16 +0000 Subject: [PATCH] Release v0.58.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 1813734..db1f1db 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.58.0] - 2021-04-06 ### Changed - `updateItems` mutation using the same endopoint as `addToCart` mutation - `allowOutdatedData` became `allowedOutdatedData` so as not to be confused for a boolean diff --git a/manifest.json b/manifest.json index 8a2fc49..b239807 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-graphql", "vendor": "vtex", - "version": "0.57.2", + "version": "0.58.0", "title": "Checkout GraphQL", "description": "Checkout GraphQL API", "builders": { diff --git a/node/package.json b/node/package.json index c4312df..8788197 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-graphql", - "version": "0.57.2", + "version": "0.58.0", "private": true, "license": "UNLICENSED", "scripts": {