From 5b75e98ea3f9137ece7816a00dd11af788ff24ad Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:25:08 +0000 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b64149..a54c305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.4.0] - 2020-09-03 + ### Added - Shelf with title. diff --git a/manifest.json b/manifest.json index f615cbb..4655999 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "shelf-components", - "version": "0.3.2", + "version": "0.4.0", "title": "Shelf components", "description": "Components of the new shelves", "builders": { diff --git a/react/package.json b/react/package.json index a52b7c3..e62e276 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "shelf-components", - "version": "0.3.2", + "version": "0.4.0", "scripts": { "test": "vtex-test-tools test" },