From c4c34fb7fced711c58e518439aa98b3cc5f5419e Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Fri, 18 Jan 2019 11:18:04 -0200 Subject: [PATCH] Release v2.5.0 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e65f1fb2..c23edc2c 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.5.0] - 2019-01-18 ### Changed - Update React builder to 3.x. - Bump vtex.styleguide to 9.x. diff --git a/manifest.json b/manifest.json index c41d1a42..f6bd6135 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-header", - "version": "2.4.5", + "version": "2.5.0", "title": "VTEX Store Header", "defaultLocale": "pt-BR", "description": "The VTEX Store Header component", @@ -27,4 +27,4 @@ "vtex.category-menu": "2.x", "vtex.store-components": "3.x" } -} \ No newline at end of file +}