From 5a180af364f248d886994cab3878e5421889f038 Mon Sep 17 00:00:00 2001 From: Yoann Fleury Date: Thu, 27 Jul 2023 14:07:35 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a741f52..7770154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v6.2.1 (Thu Jul 27 2023) + +#### 🐛 Bug Fix + +- fix: peer dependencies react range [#473](https://github.com/yoannfleurydev/react-use-disclosure/pull/473) ([@yoannfleurydev](https://github.com/yoannfleurydev)) +- build(deps-dev): bump @babel/preset-env from 7.22.7 to 7.22.9 [#472](https://github.com/yoannfleurydev/react-use-disclosure/pull/472) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- build(deps): bump semver from 5.7.1 to 5.7.2 [#471](https://github.com/yoannfleurydev/react-use-disclosure/pull/471) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- build(deps-dev): bump @babel/preset-env from 7.22.6 to 7.22.7 [#468](https://github.com/yoannfleurydev/react-use-disclosure/pull/468) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- build(deps-dev): bump babel-jest from 29.6.0 to 29.6.1 [#467](https://github.com/yoannfleurydev/react-use-disclosure/pull/467) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- build(deps-dev): bump jest from 29.6.0 to 29.6.1 [#469](https://github.com/yoannfleurydev/react-use-disclosure/pull/469) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- build(deps-dev): bump all-contributors-cli from 6.26.0 to 6.26.1 [#470](https://github.com/yoannfleurydev/react-use-disclosure/pull/470) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Yoann Fleury ([@yoannfleurydev](https://github.com/yoannfleurydev)) + +--- + # v6.2.0 (Thu Jul 06 2023) #### 🚀 Enhancement