From 1cb6f727afd081a54d40de213131fd121984d3ff Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 3 Jun 2024 10:27:08 +0200 Subject: [PATCH] 3.0.41 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82393fd..c742c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.0.40", + "version": "3.0.41", "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",