diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a173f14..819a76e43 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.14](https://github.com/wwayne/react-tooltip/compare/v4.2.13...v4.2.14) (2021-02-16) + + +### Bug Fixes + +* **styles:** change style injection way ([#668](https://github.com/wwayne/react-tooltip/issues/668)) ([1e10cce](https://github.com/wwayne/react-tooltip/commit/1e10cce)), closes [#650](https://github.com/wwayne/react-tooltip/issues/650) + ## [4.2.13](https://github.com/wwayne/react-tooltip/compare/v4.2.12...v4.2.13) (2021-01-15) diff --git a/package.json b/package.json index 8e14d4f4b..739c505ec 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.13", + "version": "4.2.14", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",