From 8c4b581634fbb6005f3516935b43baa3adce90eb Mon Sep 17 00:00:00 2001 From: "M. Bagher Abiat" Date: Fri, 27 Jan 2023 01:24:29 +0330 Subject: [PATCH] 0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 075a9cb..aed537c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinypool", - "version": "0.3.0", + "version": "0.3.1", "description": "A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features", "type": "module", "main": "./dist/esm/index.js",