From 325a500f2c749688b20cd9d2e8248c34c9ecbf5d Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 11 Dec 2018 09:33:22 -0300 Subject: [PATCH] Release v3.2.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7978e69..c0591d59d 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] + +## [3.2.0] - 2018-12-11 ### Changed - Sort option on mobile to a dropdown button. diff --git a/manifest.json b/manifest.json index 84c26d8bb..8531f6c87 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.1.0", + "version": "3.2.0", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25",