From 5b24eee8bc2e833012615e4793dad6aa02eabdc7 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 13 Jun 2024 17:38:26 +0200 Subject: [PATCH] Bumped v3.1.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 762553e..1c9f718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-stream", - "version": "3.0.2", + "version": "3.1.0", "description": "A streaming way to send data to a Node.js Worker Thread", "main": "index.js", "types": "index.d.ts",