From 96725cf500cbb69e53fae204df6f137dcd99d73d Mon Sep 17 00:00:00 2001 From: Tom McKenzie Date: Sat, 7 Sep 2024 13:29:44 +1000 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5ebb76..c95e8aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-keyed-flatten-children", - "version": "3.0.0", + "version": "3.0.1", "description": "Flattens React children and fragments to an array with predictable and stable keys", "type": "module", "exports": {