From 8f21449b4337339db47d795b05936e899aeca6a3 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 13 Sep 2018 17:26:59 -0300 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c6b0377..28f92e7bc 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] + +## [1.2.0] - 2018-09-13 ### Changed - Update the `vtex.product-summary` version. - Migrate to use range slider from `vtex.styleguide`. diff --git a/manifest.json b/manifest.json index 2788e7ecf..74bee7017 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "1.1.1", + "version": "1.2.0", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25",