diff --git a/CHANGELOG.md b/CHANGELOG.md index b08aabcdd..3c4ccbdbc 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [4.5.0](https://github.com/ReactTooltip/react-tooltip/compare/v4.4.5...v4.5.0) (2022-11-09) + +### Features + +- add disable internal style prop into react-tooltip.d.ts as feat to trigger semantic-release ([ce41c47](https://github.com/ReactTooltip/react-tooltip/commit/ce41c479c2532a01afbcd4250a523dbeaa014672)), closes [#811](https://github.com/ReactTooltip/react-tooltip/issues/811) + ## [4.4.5](https://github.com/ReactTooltip/react-tooltip/compare/v4.4.4...v4.4.5) (2022-11-09) ### Bug Fixes diff --git a/package.json b/package.json index 6015d8628..1a6afbadc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.4.5", + "version": "4.5.0", "description": "react tooltip component", "private": false, "main": "dist/index.js",