From 7a664fca958d3d426636098453b907ab2e955937 Mon Sep 17 00:00:00 2001 From: barbara-celi <112641072+barbara-celi@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:31:27 +0000 Subject: [PATCH] Release v2.15.3 --- 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 76ee10c..22f368b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.15.3] - 2024-02-26 + ## [2.15.2] - 2024-01-25 ## [2.15.1] - 2024-01-12 diff --git a/manifest.json b/manifest.json index 350cab4..3f2b91b 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.15.2", + "version": "2.15.3", "title": "Sitemap", "description": "Sitemap for vtex.store", "mustUpdateAt": "2019-08-01", diff --git a/node/package.json b/node/package.json index 0d52e87..6896a79 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.15.2" + "version": "2.15.3" }