diff --git a/CHANGELOG.md b/CHANGELOG.md index 42545a24..c9e209e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.1.5](https://github.com/5app/base5-ui/compare/v12.1.4...v12.1.5) (2021-02-18) + + +### Bug Fixes + +* **Combobox:** Fix race condition when selecting ([8506809](https://github.com/5app/base5-ui/commit/85068093460120372817c43435da503106ec4cfa)) + ## [12.1.4](https://github.com/5app/base5-ui/compare/v12.1.3...v12.1.4) (2021-02-12) diff --git a/package.json b/package.json index a85d655c..f1c8d0ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "12.1.4", + "version": "12.1.5", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {