From 35da64f647f016a32f39bccb70d6919e1f33816b Mon Sep 17 00:00:00 2001 From: vwraposo <12701600+vwraposo@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:48:13 +0000 Subject: [PATCH] Release v2.11.1 --- 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 8f10d8d..d881710 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.11.1] - 2020-09-14 ### Fixed - Re-enables automatic sitemap generation but only for 20% of the times diff --git a/manifest.json b/manifest.json index 51bafe0..b1988a7 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.11.0", + "version": "2.11.1", "title": "Sitemap", "description": "Sitemap for vtex.store", "mustUpdateAt": "2019-08-01", diff --git a/node/package.json b/node/package.json index d114ec2..dd4c194 100644 --- a/node/package.json +++ b/node/package.json @@ -56,5 +56,5 @@ "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'", "test": "jest" }, - "version": "2.11.0" + "version": "2.11.1" }