From 02f02e06d96e4632019eff2c5c27851fbb5839e7 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Fri, 16 Nov 2018 10:36:02 -0800 Subject: [PATCH] Release v2.4.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847bb0ce4..153bf0111 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.4.0] - 2018-11-16 ### Changed - Added better support for use outside a search context. diff --git a/manifest.json b/manifest.json index 2b1a8b96b..1dc80bbd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "2.3.4", + "version": "2.4.0", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25",