diff --git a/CHANGELOG.md b/CHANGELOG.md index 213bdb42..b1836bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.1](https://github.com/5app/base5-ui/compare/v9.3.0...v9.3.1) (2020-06-03) + + +### Bug Fixes + +* **Modal:** Throw error when modal is missing params ([a51b130](https://github.com/5app/base5-ui/commit/a51b13026e3ee271b19763e016a34e05cd9aa2a0)) + # [9.3.0](https://github.com/5app/base5-ui/compare/v9.2.2...v9.3.0) (2020-05-29) diff --git a/package.json b/package.json index bfec107a..0f878737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "9.3.0", + "version": "9.3.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {