From ea05a00c86d10465674b6747538c7b18902bd5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Thu, 9 May 2024 20:00:23 +0300 Subject: [PATCH] 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d372d85..0c4d41d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tinypool", "type": "module", - "version": "0.8.4", + "version": "0.9.0", "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",