diff --git a/CHANGELOG.md b/CHANGELOG.md index aa757c3b1..219d89231 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.10](https://github.com/wwayne/react-tooltip/compare/v4.2.9...v4.2.10) (2020-09-14) + + +### Bug Fixes + +* **build:** removing single quotes on cpy for windows shell ([#632](https://github.com/wwayne/react-tooltip/issues/632)) ([9c280af](https://github.com/wwayne/react-tooltip/commit/9c280af)) + ## [4.2.9](https://github.com/wwayne/react-tooltip/compare/v4.2.8...v4.2.9) (2020-08-27) diff --git a/package.json b/package.json index 193c7a4fd..a69ac6cf8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.9", + "version": "4.2.10", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",