diff --git a/CHANGELOG.md b/CHANGELOG.md index bb54f35..cf20406 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.15.2] - 2020-05-28 + ## [0.15.1] - 2020-05-27 ### Fixed - Saves origin with complete app name and version diff --git a/manifest.json b/manifest.json index 2ad1014..03ca96c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-indexer", "vendor": "vtex", - "version": "0.15.1", + "version": "0.15.2", "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 6fc3ae0..d6ba4aa 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.15.1" + "version": "0.15.2" }