From 8c7dd7970c39b05f7e3995019817e4b3333af566 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 3 Jun 2024 14:59:41 +0200 Subject: [PATCH] 3.0.42 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c742c9a..51c0652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.0.41", + "version": "3.0.42", "private": false, "description": "A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.", "type": "module",