From 24b22f69f7b31eab1d24a3b8b136cf88f9cc7a38 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 23 Feb 2023 11:06:44 +0100 Subject: [PATCH] Bump v3.6.1 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b0c4bd207..4cd81b628d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readable-stream", - "version": "3.6.0", + "version": "3.6.1", "description": "Streams3, a user-land copy of the stream library from Node.js", "main": "readable.js", "engines": {