From 766c4bd375b4314517c514c7131b421b7f2dcccf Mon Sep 17 00:00:00 2001 From: vwraposo <12701600+vwraposo@users.noreply.github.com> Date: Tue, 29 Dec 2020 17:57:24 +0000 Subject: [PATCH] Release v0.16.3 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- node/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522904a..7ffc627 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.16.3] - 2020-12-29 ### Added - Setting to enable correct behavior for the multi-language search diff --git a/manifest.json b/manifest.json index 5065300..e0f021a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-indexer", "vendor": "vtex", - "version": "0.16.2", + "version": "0.16.3", "title": "Store Indexer", "description": "Listens to IO-broadcaster for catalog itens changes.", "mustUpdateAt": "2020-07-29", @@ -79,6 +79,8 @@ "name": "vtex.rewriter:resolve-graphql" } ], - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/node/package.json b/node/package.json index c3a4318..41852a2 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.16.2" + "version": "0.16.3" }