From b47c5e7154d6f590252c4d03a03a9b55631e6df9 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 25 Jul 2024 14:52:53 +0200 Subject: [PATCH] v0.3.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 3447ec6..239fca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undici-thread-interceptor", - "version": "0.2.0", + "version": "0.3.0", "description": "An Undici interceptor that routes requests over a worker thread", "main": "index.js", "scripts": {