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",