From 0000d84345805d4b998de1d6a02426bf589d91ca Mon Sep 17 00:00:00 2001 From: Pooria Morovati Date: Thu, 15 Aug 2024 22:49:00 +0200 Subject: [PATCH] v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66bfef0..6d30760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array-nest", - "version": "1.1.0", + "version": "1.1.1", "description": "Converts an array of items to a tree of nested elements in an efficient way, works in both browser and node", "main": "dist/index.js", "scripts": {