diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c06978a..56f7ba06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.17.2](https://github.com/5app/base5-ui/compare/v6.17.1...v6.17.2) (2020-01-09) + + +### Bug Fixes + +* Export mergeRefs util as default export ([c819ec0](https://github.com/5app/base5-ui/commit/c819ec02f4569751e991700d97893e220974e182)) + ## [6.17.1](https://github.com/5app/base5-ui/compare/v6.17.0...v6.17.1) (2020-01-09) diff --git a/package.json b/package.json index 2396f16e..7cd8a092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.17.1", + "version": "6.17.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {