From 6319e201c8af573961fee28dc4e1964958286f0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2019 10:09:23 +0000 Subject: [PATCH] chore(release): 6.2.1 [skip ci] ## [6.2.1](https://github.com/5app/base5-ui/compare/v6.2.0...v6.2.1) (2019-09-26) ### Bug Fixes * **Duration:** More resiliency to falsy values ([fd77f73](https://github.com/5app/base5-ui/commit/fd77f73)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30441912..0353c55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.2.1](https://github.com/5app/base5-ui/compare/v6.2.0...v6.2.1) (2019-09-26) + + +### Bug Fixes + +* **Duration:** More resiliency to falsy values ([fd77f73](https://github.com/5app/base5-ui/commit/fd77f73)) + # [6.2.0](https://github.com/5app/base5-ui/compare/v6.1.0...v6.2.0) (2019-09-25) diff --git a/package.json b/package.json index 4c67b022..eb7fb0a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.2.0", + "version": "6.2.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {