From 6996813427c476c92d8884ce77765f126bf66c65 Mon Sep 17 00:00:00 2001 From: Revone Date: Fri, 22 Sep 2023 00:56:06 +0800 Subject: [PATCH] v1.32.0 published --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9fa732..17fa6ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-structure-typed", - "version": "1.31.0", + "version": "1.32.0", "description": "Data Structures of Javascript & TypeScript. AVLTree, Binary Search Tree, Binary Tree, Tree Multiset, Graph, Heap, Priority Queue, Linked List.", "main": "dist/index.js", "module": "lib/index.js",