From af96bc751822e79e61d6734c603816881752e6b2 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 24 Jun 2020 12:24:59 +1000 Subject: [PATCH] 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ee681e..b61ef9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "through2", - "version": "3.0.1", + "version": "3.0.2", "description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise", "main": "through2.js", "scripts": {