From 594f4d1c40d6e4e92918794d682ac8e6f2cb32ae Mon Sep 17 00:00:00 2001 From: Philip Stanislaus <6912756+philipstanislaus@users.noreply.github.com> Date: Mon, 10 May 2021 11:09:27 +0200 Subject: [PATCH] v1.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9a098e..e02bb04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "performant-array-to-tree", - "version": "1.8.1", + "version": "1.8.2", "description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.", "keywords": [ "array to tree",