From 3cc10fc36904022c72a1664e00029df9ad338bf1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Aug 2019 15:27:09 +0000 Subject: [PATCH] chore(release): 3.9.1 [skip ci] ## [3.9.1](https://github.com/5app/base5-ui/compare/v3.9.0...v3.9.1) (2019-08-29) ### Bug Fixes * Better content sizing logic for CenterContent ([137294c](https://github.com/5app/base5-ui/commit/137294c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 530cadae..364e9f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.9.1](https://github.com/5app/base5-ui/compare/v3.9.0...v3.9.1) (2019-08-29) + + +### Bug Fixes + +* Better content sizing logic for CenterContent ([137294c](https://github.com/5app/base5-ui/commit/137294c)) + # [3.9.0](https://github.com/5app/base5-ui/compare/v3.8.2...v3.9.0) (2019-08-29) diff --git a/package.json b/package.json index 5dda2881..22298bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "3.9.0", + "version": "3.9.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {