From 33532f44a8617fdc0418760633c9f3bf84f0217b Mon Sep 17 00:00:00 2001 From: Phoebe Gao Date: Thu, 23 Sep 2021 14:58:40 -0700 Subject: [PATCH] 9.0.0-4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c203963..01e587f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [9.0.0-4](https://github.com/reactstrap/reactstrap/compare/v9.0.0-3...v9.0.0-4) (2021-09-23) + + +### Bug Fixes + +* **types:** export AccordionBody types ([#2312](https://github.com/reactstrap/reactstrap/issues/2312)) ([ef202b3](https://github.com/reactstrap/reactstrap/commit/ef202b39ada495bfdd25425a58635e3a633000a0)) + + + # [9.0.0-3](https://github.com/reactstrap/reactstrap/compare/v9.0.0-2...v9.0.0-3) (2021-09-23) diff --git a/package.json b/package.json index ca4b3145f..280272103 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "9.0.0-3", + "version": "9.0.0-4", "description": "React Bootstrap components", "type": "module", "source": "src/index.js",