Skip to content

Commit 04c49c9

Browse files
1.1.1
1 parent 4b6b98c commit 04c49c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "performant-array-to-tree",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"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.",
55
"main": "build/arrayToTree.min.js",
66
"types": "build/arrayToTree.d.ts",

0 commit comments

Comments
 (0)