From 66c52f8c45452553d6f483af4c1721472d8f4c5a Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 16 Aug 2018 11:18:08 -0300 Subject: [PATCH] Release v1.10.3 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdde39c6..78d1bdf3 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.10.3] - 2018-08-16 ### Fixed - Rollback rename `CategoriesHighlights`. diff --git a/manifest.json b/manifest.json index 13929577..d4e8ef41 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "dreamstore", - "version": "1.10.2", + "version": "1.10.3", "builders": { "pages": "0.x", "react": "2.x" @@ -34,4 +34,4 @@ "vtex.product-kit": "0.x", "vtex.telemarketing": "1.x" } -} \ No newline at end of file +}