Skip to content

Commit

Permalink
chore(release): 4.2.9 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.9](ReactTooltip/react-tooltip@v4.2.8...v4.2.9) (2020-08-27)

### Bug Fixes

* **getposition:** properly determine parents with will-change: transform ([3a76250](ReactTooltip@3a76250))
  • Loading branch information
semantic-release-bot committed Aug 27, 2020
1 parent 1c41f01 commit c172a94
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.9](https://github.com/wwayne/react-tooltip/compare/v4.2.8...v4.2.9) (2020-08-27)


### Bug Fixes

* **getposition:** properly determine parents with will-change: transform ([3a76250](https://github.com/wwayne/react-tooltip/commit/3a76250))

## [4.2.8](https://github.com/wwayne/react-tooltip/compare/v4.2.7...v4.2.8) (2020-08-06)


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.8",
"version": "4.2.9",
"description": "react tooltip component",
"main": "dist/index.js",
"types": "dist/react-tooltip.d.ts",
Expand Down

0 comments on commit c172a94

Please sign in to comment.