From a5b666924a6dda428d38341d79404c953b2f2b8a Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiat Date: Mon, 11 Sep 2023 06:00:19 +0330 Subject: [PATCH] 0.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 622b0ea..0f83adf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinypool", - "version": "0.8.0", + "version": "0.8.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",