diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d51749e4..62dac5b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,13 @@ +## [9.1.10](https://github.com/reactstrap/reactstrap/compare/v9.1.9...v9.1.10) (2023-05-05) + + +### Bug Fixes + +* properly pass in `isOpen` in modal test ([#2745](https://github.com/reactstrap/reactstrap/issues/2745)) ([8cb0515](https://github.com/reactstrap/reactstrap/commit/8cb051522ddfad48c08651604744caea25b5e68e)) + ## [9.1.9](https://github.com/reactstrap/reactstrap/compare/v9.1.8...v9.1.9) (2023-04-11) diff --git a/package.json b/package.json index 7496d0e1d..5bd2876a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "9.1.9", + "version": "9.1.10", "description": "React Bootstrap components", "source": "src/index.js", "main": "lib/index.js",