From e2bf3308c954aa7e026cfb65a135c0bf55da9dc6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Sep 2019 11:19:45 +0000 Subject: [PATCH] chore(release): 6.2.0 [skip ci] # [6.2.0](https://github.com/5app/base5-ui/compare/v6.1.0...v6.2.0) (2019-09-25) ### Features * New Duration component ([0506256](https://github.com/5app/base5-ui/commit/0506256)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d1acf0..30441912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.2.0](https://github.com/5app/base5-ui/compare/v6.1.0...v6.2.0) (2019-09-25) + + +### Features + +* New Duration component ([0506256](https://github.com/5app/base5-ui/commit/0506256)) + # [6.1.0](https://github.com/5app/base5-ui/compare/v6.0.0...v6.1.0) (2019-09-20) diff --git a/package.json b/package.json index c1d0fffe..fb9722ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.1.0", + "version": "6.2.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {