From ed1e08f2b5f6c01c2cbbe0c77b41ae51b9a4117c Mon Sep 17 00:00:00 2001 From: aardizio Date: Wed, 11 Nov 2020 09:10:52 +0100 Subject: [PATCH] Add the fix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 771a106e..048af4d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "1.2.0", + "version": "1.2.1", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", "types": "index.d.ts", -- 2.34.1