From 595dc26f5be5c34d04f1d1618c2795c9e8bc40ce Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Fri, 6 Jul 2018 11:03:06 -0300 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a94bf2..5079eaae 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] + +## [0.6.0] - 2018-7-6 ### Added - Add the `DepartmentPage` component. diff --git a/manifest.json b/manifest.json index 5157f9b0..68023417 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "0.5.0", + "version": "0.6.0", "builders": { "pages": "0.x", "react": "2.x"