diff --git a/CHANGELOG.md b/CHANGELOG.md index dd38b9a..8a9824f 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.8.3] - 2020-07-08 ### Fixed - Uses app's token for catalog api request diff --git a/manifest.json b/manifest.json index e53c9fc..c4736ca 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.8.2", + "version": "2.8.3", "title": "Sitemap", "description": "Sitemap for vtex.store", "mustUpdateAt": "2019-08-01", diff --git a/node/package.json b/node/package.json index ede459f..1424979 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.8.2" + "version": "2.8.3" }