From 07a92fc6d5c836b480e94b258034a7cdac1dec62 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 7 Nov 2018 10:00:35 -0300 Subject: [PATCH] Release v2.5.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6f09082..dfd7bb866 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.2] - 2018-11-07 ### Changed - Remove `ContentLoader` of `ProductDescription`. diff --git a/manifest.json b/manifest.json index f6d04855a..b65445e33 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "2.5.1", + "version": "2.5.2", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use",