Skip to content

Commit

Permalink
chore(release): 4.2.16 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.16](v4.2.15...v4.2.16) (2021-03-26)

### Bug Fixes

* **index.js:** fix exception when testing with Jest ([#682](#682)) ([f885f1f](f885f1f))
  • Loading branch information
semantic-release-bot committed Mar 26, 2021
1 parent f885f1f commit 4797662
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.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)


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

0 comments on commit 4797662

Please sign in to comment.