From adeccdaa2fe090d28b497388009f46d2edf9be1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Aug 2019 14:36:01 +0000 Subject: [PATCH] chore(release): 3.8.2 [skip ci] ## [3.8.2](https://github.com/5app/base5-ui/compare/v3.8.1...v3.8.2) (2019-08-27) ### Bug Fixes * Add missing height for charts in IE11 ([88ffc28](https://github.com/5app/base5-ui/commit/88ffc28)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f509560..55b6a701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.8.2](https://github.com/5app/base5-ui/compare/v3.8.1...v3.8.2) (2019-08-27) + + +### Bug Fixes + +* Add missing height for charts in IE11 ([88ffc28](https://github.com/5app/base5-ui/commit/88ffc28)) + ## [3.8.1](https://github.com/5app/base5-ui/compare/v3.8.0...v3.8.1) (2019-08-27) diff --git a/package.json b/package.json index 8f1d3072..a9656de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "3.8.1", + "version": "3.8.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {