diff --git a/CHANGELOG.md b/CHANGELOG.md index b96c35b53..3c1318a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.8.1](https://github.com/reactstrap/reactstrap/compare/8.8.0...8.8.1) (2020-12-29) + + +### Bug Fixes + +* Prevent popover/tooltip rendering if target not resolved ([#2059](https://github.com/reactstrap/reactstrap/issues/2059)) ([de06e9f](https://github.com/reactstrap/reactstrap/commit/de06e9ff12e954c92ba0964e615723e9a44f9269)) + + + # [8.8.0](https://github.com/reactstrap/reactstrap/compare/8.7.1...8.8.0) (2020-12-23) diff --git a/package.json b/package.json index f9f7a9079..3091b68b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "8.8.0", + "version": "8.8.1", "description": "React Bootstrap 4 components", "main": "lib/index.js", "jsnext:main": "es/index.js",