From 660c58372ca5218901ae2794becdc0d4230dd76e Mon Sep 17 00:00:00 2001 From: victorhmp <27777263+victorhmp@users.noreply.github.com> Date: Thu, 30 Jan 2020 21:57:05 +0000 Subject: [PATCH] Release v0.16.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 77cc534..3da271e 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.16.0] - 2020-01-30 ### Added - CSS handles to all icons. diff --git a/manifest.json b/manifest.json index fc6aed3..04edd83 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-icons", "vendor": "vtex", - "version": "0.15.0", + "version": "0.16.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 75d6731..aaa7f44 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.store-icons", - "version": "0.15.0", + "version": "0.16.0", "description": "React components that encapsules store icons", "scripts": { "pretest": "yarn",