From c423b1c51dee09f5a6c7b3b12dac28dffcc558ed Mon Sep 17 00:00:00 2001 From: Yoann Fleury Date: Fri, 12 Jul 2024 10:01:18 +0000 Subject: [PATCH] Bump version to: 7.2.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a274d2e..f04ebd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use-disclosure", - "version": "7.1.0", + "version": "7.2.0", "description": "Simple React custom hook to handle simple open, close, toggle states", "main": "index.js", "repository": "https://github.com/yoannfleurydev/useDisclosure",