Skip to content

Commit

Permalink
chore(release): 4.2.19 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.19](ReactTooltip/react-tooltip@v4.2.18...v4.2.19) (2021-05-06)

### Bug Fixes

* **src/index.js:** hide tooltip if blurred (tabbed out) ([#699](ReactTooltip/react-tooltip#699)) ([e0a2a1d](ReactTooltip/react-tooltip@e0a2a1d))
  • Loading branch information
semantic-release-bot committed May 6, 2021
1 parent e0a2a1d commit 36e03d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.19](https://github.com/wwayne/react-tooltip/compare/v4.2.18...v4.2.19) (2021-05-06)


### Bug Fixes

* **src/index.js:** hide tooltip if blurred (tabbed out) ([#699](https://github.com/wwayne/react-tooltip/issues/699)) ([e0a2a1d](https://github.com/wwayne/react-tooltip/commit/e0a2a1d))

## [4.2.18](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18) (2021-04-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tooltip",
"version": "4.2.18",
"version": "4.2.19",
"description": "react tooltip component",
"main": "dist/index.js",
"types": "dist/react-tooltip.d.ts",
Expand Down

0 comments on commit 36e03d6

Please sign in to comment.