diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3d46c1..8ccc30b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.3.3](https://github.com/5app/base5-ui/compare/v11.3.2...v11.3.3) (2020-07-23) + + +### Bug Fixes + +* **CenterContent:** Fix vertical centering in IE11 (hopefully) ([a808497](https://github.com/5app/base5-ui/commit/a808497071c008cd3f5117583f1fec4218475c06)) + ## [11.3.2](https://github.com/5app/base5-ui/compare/v11.3.1...v11.3.2) (2020-07-23) diff --git a/package.json b/package.json index b2aefda0..0de96e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.3.2", + "version": "11.3.3", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {