From ba5f0a0569b32fa6e7f54769ab763f2686437be0 Mon Sep 17 00:00:00 2001 From: KosM Date: Fri, 16 Dec 2022 11:59:19 +0200 Subject: [PATCH] chore: bump to v2.1.0 - core - switch from basic arrays to linked lists to improve performance --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9f60bb..99f9452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue-xec-master", - "version": "2.0.4", + "version": "2.1.0", "description": "Master queue, push jobs and gathers results from online workers.", "main": "index.js", "scripts": {