diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c1946e..47bdd9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [5.3.0](https://github.com/5app/base5-ui/compare/v5.2.0...v5.3.0) (2019-09-19) + + +### Features + +* Added mobile view mode to Table ([f2129e3](https://github.com/5app/base5-ui/commit/f2129e3)) +* Added role attributes to Table elements ([9dbbead](https://github.com/5app/base5-ui/commit/9dbbead)) +* New subtitle prop for Table columns ([63b2076](https://github.com/5app/base5-ui/commit/63b2076)) + # [5.2.0](https://github.com/5app/base5-ui/compare/v5.1.0...v5.2.0) (2019-09-17) diff --git a/package.json b/package.json index 7c67ae79..f09ed913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "5.2.0", + "version": "5.3.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {