diff --git a/CHANGELOG.md b/CHANGELOG.md index cc520933..83e2c585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [0.18.7](https://github.com/8base/boost/compare/v0.18.6...v0.18.7) (2019-04-25) + + +### Bug Fixes + +* **SelectField:** error when there is no prop 'input' ([2800ca5](https://github.com/8base/boost/commit/2800ca5)) + + +### Features + +* **Input:** add arrows for number input ([c0d6637](https://github.com/8base/boost/commit/c0d6637)) +* **Tooltip:** add feature to add message to the dom root with portal ([a37512c](https://github.com/8base/boost/commit/a37512c)) + + + ## [0.18.6](https://github.com/8base/boost/compare/v0.18.5...v0.18.6) (2019-04-24) diff --git a/package.json b/package.json index 8702699c..02a370a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@8base/boost", - "version": "0.18.6", + "version": "0.18.7", "author": "8base", "license": "MIT", "main": "es/index.js",