From 847a9103628c3e1aa595bdde42797405682b3f4c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Jan 2021 23:41:35 +0000 Subject: [PATCH] chore(release): 4.2.12 [skip ci] ## [4.2.12](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.12) (2021-01-14) ### Bug Fixes * **style injection:** change style injection default root ([a00c5b7](https://github.com/wwayne/react-tooltip/commit/a00c5b7)), closes [#665](https://github.com/wwayne/react-tooltip/issues/665) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c5a7b85..c97fd5dec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.12](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.12) (2021-01-14) + + +### Bug Fixes + +* **style injection:** change style injection default root ([a00c5b7](https://github.com/wwayne/react-tooltip/commit/a00c5b7)), closes [#665](https://github.com/wwayne/react-tooltip/issues/665) + ## [4.2.11](https://github.com/wwayne/react-tooltip/compare/v4.2.10...v4.2.11) (2020-11-22) diff --git a/package.json b/package.json index b8c8b99b3..c5d8f728f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.11", + "version": "4.2.12", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",