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" }