diff --git a/CHANGELOG.md b/CHANGELOG.md index 04844ce5..3f771df7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.20](https://github.com/wwayne/react-tooltip/compare/v4.2.19...v4.2.20) (2021-05-28) + + +### Bug Fixes + +* add aria hidden attribute to style tag ([#703](https://github.com/wwayne/react-tooltip/issues/703)) ([d60c2b7](https://github.com/wwayne/react-tooltip/commit/d60c2b7)) + ## [4.2.19](https://github.com/wwayne/react-tooltip/compare/v4.2.18...v4.2.19) (2021-05-06) diff --git a/package.json b/package.json index 31776889..9dabb491 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.19", + "version": "4.2.20", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",