From 25cf356f1288953d9c8ce31a4bb4f954656f1fef Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Thu, 18 Oct 2018 19:25:40 +0200 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f896d7..ae4ebea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-iterator-stream", - "version": "3.0.0", + "version": "3.0.1", "description": "Turn a leveldown iterator into a readable stream", "scripts": { "test": "standard && node test.js"