From 1262c48fe9883024d7bc776414e7507591355e34 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 28 Feb 2026 08:48:58 +0000 Subject: [PATCH] v3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3d892a..81eacd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.2.5", + "version": "3.3.0", "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",