We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d24777 commit 3886816Copy full SHA for 3886816
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.5.1](https://github.com/ReactTooltip/react-tooltip/compare/v4.5.0...v4.5.1) (2022-11-23)
2
+
3
+### Bug Fixes
4
5
+- Fixed tooltip arrow center position ([13f6e75](https://github.com/ReactTooltip/react-tooltip/commit/13f6e75053267a27e1480faaef98caa86c561d6d))
6
7
# [4.5.0](https://github.com/ReactTooltip/react-tooltip/compare/v4.4.5...v4.5.0) (2022-11-09)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-tooltip",
- "version": "4.5.0",
+ "version": "4.5.1",
"description": "react tooltip component",
"private": false,
"main": "dist/index.js",
0 commit comments