From ce9a28211a2162d6615019a7d7909f9f25d7130c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 24 May 2020 20:44:51 -0700 Subject: [PATCH] v5.0.1 - [Fix] `createStream`: `result` payload is not always an object (#519) - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#515) - [readme] add `tape-repeater` (#511) - [Dev Deps] update `eslint` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09e85ec8..c7d89034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tape", - "version": "5.0.0", + "version": "5.0.1", "description": "tap-producing test harness for node and browsers", "main": "index.js", "exports": {