From b9ea4029a6dad9f085cff4c7c63a1e858623dc38 Mon Sep 17 00:00:00 2001 From: victorhmp <27777263+victorhmp@users.noreply.github.com> Date: Fri, 22 Nov 2019 14:27:56 +0000 Subject: [PATCH] Release v0.14.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 bf64cd0..f4f66f6 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.14.0] - 2019-11-22 ### Added - Interfaces for each individual icon component. diff --git a/manifest.json b/manifest.json index 161ac36..c706062 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-icons", "vendor": "vtex", - "version": "0.13.4", + "version": "0.14.0", "title": "VTEX Store icons", "description": "All icons that store apps use.", "mustUpdateAt": "2020-01-30", diff --git a/react/package.json b/react/package.json index 71b928e..41e0c83 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.store-icons", - "version": "0.13.4", + "version": "0.14.0", "description": "React components that encapsules store icons", "scripts": { "pretest": "yarn",