From ec78ce94b6621a0c1234fd5aec1a1400981a31ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Thu, 14 Nov 2024 16:48:44 +0200 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6387638..7d922de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tinypool", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "packageManager": "pnpm@9.0.6", "description": "A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features", "license": "MIT",