diff --git a/CHANGELOG.md b/CHANGELOG.md index 13eeae3e8..0d77a5b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [6.3.0](https://github.com/reactstrap/reactstrap/compare/6.1.0...6.3.0) (2018-07-10) + +### Features + +* **CustomInput:** add innerRef to CustomInput ([#1123](https://github.com/reactstrap/reactstrap/issues/1123)) ([418fdf8](https://github.com/reactstrap/reactstrap/commit/418fdf8)) + +* **Tooltip:** allow additional arrow classNames ([#1119](https://github.com/reactstrap/reactstrap/issues/1119)) ([9ffa55f](https://github.com/reactstrap/reactstrap/commit/9ffa55f)), closes [#1117](https://github.com/reactstrap/reactstrap/issues/1117) + # [6.2.0](https://github.com/reactstrap/reactstrap/compare/6.1.0...6.2.0) (2018-06-28) diff --git a/package.json b/package.json index b608985cf..dc5976a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "6.2.0", + "version": "6.3.0", "description": "React Bootstrap 4 components", "main": "dist/reactstrap.cjs.js", "jsnext:main": "dist/reactstrap.es.js",