From cd31f33689afc1a33d3ea310f1b4b699d1a50670 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 16 Apr 2021 14:01:30 +0700 Subject: [PATCH] 7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9cc11c..828eae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "into-stream", - "version": "6.0.0", + "version": "7.0.0", "description": "Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream", "license": "MIT", "repository": "sindresorhus/into-stream",