diff --git a/CHANGELOG.md b/CHANGELOG.md index ec07e23e8..5b00e76c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,13 @@ +## [9.2.2](https://github.com/reactstrap/reactstrap/compare/v9.2.1...v9.2.2) (2024-01-19) + + +### Bug Fixes + +* dropdown with inNavbar bug ([18cc094](https://github.com/reactstrap/reactstrap/commit/18cc094afa8d4e95785d823eb735e06c28547d19)) + ## [9.2.1](https://github.com/reactstrap/reactstrap/compare/v9.2.0...v9.2.1) (2023-10-05) diff --git a/package.json b/package.json index 4de4ab2b3..e687f4bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "9.2.1", + "version": "9.2.2", "description": "React Bootstrap components", "source": "src/index.js", "main": "lib/index.js",