From 1f5c56e1a046e4907f06a5b3e1b7dadecb929adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Mon, 19 Aug 2024 09:22:00 +0300 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 464754f..6387638 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tinypool", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "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",