From ea7ab081cd4040f6d4a00f81dcc31af1d1f1c794 Mon Sep 17 00:00:00 2001 From: vwraposo <12701600+vwraposo@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:12:53 +0000 Subject: [PATCH] Release v2.13.5 --- 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 08d4433..d2a1e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.13.5] - 2020-12-16 ### Fixed - Adds correct policy for graphql calls - Remove authorization from saveIndex mutation diff --git a/manifest.json b/manifest.json index 4197da0..63d4cb4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema", "name": "store-sitemap", "vendor": "vtex", - "version": "2.13.5-beta.2", + "version": "2.13.5", "title": "Sitemap", "description": "Sitemap for vtex.store", "mustUpdateAt": "2019-08-01", diff --git a/node/package.json b/node/package.json index eec7304..2bd28b9 100644 --- a/node/package.json +++ b/node/package.json @@ -57,5 +57,5 @@ "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'", "test": "jest" }, - "version": "2.13.4" + "version": "2.13.5" }