From 3d13cb76f6386d325a0619f9b22f35c0d66108db Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 19 Nov 2024 09:51:06 +0100 Subject: [PATCH] 3.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 440fc65..6ea0026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.2.4", + "version": "3.2.5", "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",