From 6ca7bb480a9d0c54dac04eaab5e6523d300f1791 Mon Sep 17 00:00:00 2001 From: AriPerkkio Date: Thu, 18 Jan 2024 16:29:00 +0200 Subject: [PATCH] 0.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f83adf..76703ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinypool", - "version": "0.8.1", + "version": "0.8.2", "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",