diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cee9da..9ce99e4 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] + +## [0.9.3] - 2020-03-25 ### Fixed - Removes messages middleware diff --git a/manifest.json b/manifest.json index 9b9f9d0..f053d5c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-indexer", "vendor": "vtex", - "version": "0.9.2", + "version": "0.9.3", "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 9aa423e..cf2be81 100644 --- a/node/package.json +++ b/node/package.json @@ -23,5 +23,5 @@ "scripts": { "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'" }, - "version": "0.9.2" + "version": "0.9.3" }