From c745e955105361c2ad6a85342811849305c221fa Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 6 Nov 2018 10:58:08 -0300 Subject: [PATCH] Release v2.3.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd54f718..e1a69a959 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.3.0] - 2018-11-06 ### Added - Add field `orderBy` to custom query schema. diff --git a/manifest.json b/manifest.json index c41d63c41..bc1d50d97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "2.2.0", + "version": "2.3.0", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25",