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