diff --git a/CHANGELOG.md b/CHANGELOG.md index 7659c9657..f6961978b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.16](https://github.com/wwayne/react-tooltip/compare/v4.2.15...v4.2.16) (2021-03-26) + + +### Bug Fixes + +* **index.js:** fix exception when testing with Jest ([#682](https://github.com/wwayne/react-tooltip/issues/682)) ([f885f1f](https://github.com/wwayne/react-tooltip/commit/f885f1f)) + ## [4.2.15](https://github.com/wwayne/react-tooltip/compare/v4.2.14...v4.2.15) (2021-02-26) diff --git a/package.json b/package.json index bbab89990..fb5ae6358 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.15", + "version": "4.2.16", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",