From 4e07b9f4f84e59de83f2d6b246d945b3f2362ded Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 13 Aug 2020 19:22:38 +0200 Subject: [PATCH] 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4b0525..9c3122c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "into-stream", - "version": "5.1.1", + "version": "6.0.0", "description": "Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream", "license": "MIT", "repository": "sindresorhus/into-stream",