diff --git a/CHANGELOG.md b/CHANGELOG.md index ff44417..6ad2ce8 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] +## [0.17.1] - 2024-12-23 + ## [0.17.0] - 2024-09-03 ### Added - `resolveBrandMapQueryAs` in settings and `brandInternals` diff --git a/manifest.json b/manifest.json index 7971f10..68855c5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-indexer", "vendor": "vtex", - "version": "0.17.0", + "version": "0.17.1", "title": "Store Indexer", "description": "Listens to IO-broadcaster for catalog itens changes.", "mustUpdateAt": "2020-07-29", diff --git a/node/package.json b/node/package.json index 41baea2..11622cd 100644 --- a/node/package.json +++ b/node/package.json @@ -24,5 +24,5 @@ "scripts": { "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'" }, - "version": "0.17.0" + "version": "0.17.1" }