From 548c2b92000043a31616ae88579454ac7f6a3846 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 5 Apr 2019 14:07:20 +0700 Subject: [PATCH] 5.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db124b3..94b2096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "into-stream", - "version": "5.0.0", + "version": "5.1.0", "description": "Convert a string/promise/array/iterable/buffer/typedarray/arraybuffer/object into a stream", "license": "MIT", "repository": "sindresorhus/into-stream",