diff --git a/CHANGELOG.md b/CHANGELOG.md index f6961978b..2ca1c16a1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.17](https://github.com/wwayne/react-tooltip/compare/v4.2.16...v4.2.17) (2021-03-26) + + +### Bug Fixes + +* **type:** added role property to types ([#679](https://github.com/wwayne/react-tooltip/issues/679)) ([9b49395](https://github.com/wwayne/react-tooltip/commit/9b49395)) + ## [4.2.16](https://github.com/wwayne/react-tooltip/compare/v4.2.15...v4.2.16) (2021-03-26) diff --git a/package.json b/package.json index fb5ae6358..d5be302c0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.16", + "version": "4.2.17", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",