From 849fff514eb2a4cfc11f1ca0691086c95c1812a3 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Mon, 28 Aug 2017 14:33:21 +0200 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34ea03b..b8e2df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-iterator-stream", - "version": "1.3.1", + "version": "2.0.0", "description": "Turn a leveldown iterator into a readable stream", "scripts": { "test": "standard && node test.js"