From 44fa3ce318df3d953233fe79d07aecaebdc9dd66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Sep 2019 16:39:05 +0000 Subject: [PATCH] chore(release): 3.11.0 [skip ci] # [3.11.0](https://github.com/5app/base5-ui/compare/v3.10.0...v3.11.0) (2019-09-02) ### Features * **Time:** Add Time Component ([#18](https://github.com/5app/base5-ui/issues/18)) ([56aedb7](https://github.com/5app/base5-ui/commit/56aedb7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ffd021..d9dfd950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.11.0](https://github.com/5app/base5-ui/compare/v3.10.0...v3.11.0) (2019-09-02) + + +### Features + +* **Time:** Add Time Component ([#18](https://github.com/5app/base5-ui/issues/18)) ([56aedb7](https://github.com/5app/base5-ui/commit/56aedb7)) + # [3.10.0](https://github.com/5app/base5-ui/compare/v3.9.1...v3.10.0) (2019-08-30) diff --git a/package.json b/package.json index 729bdfd7..1df14db3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "3.10.0", + "version": "3.11.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {