diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c74c7..47e1985 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.16.4] - 2024-09-11 + ## [2.16.3] - 2024-08-16 ## [2.16.2] - 2024-08-14 diff --git a/manifest.json b/manifest.json index 3a0123c..91a1453 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.16.3", + "version": "2.16.4", "title": "Sitemap", "description": "Sitemap for vtex.store", "mustUpdateAt": "2019-08-01", diff --git a/node/package.json b/node/package.json index 4b632f3..ed2b7e8 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.16.3" + "version": "2.16.4" }