Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
 - [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`
  • Loading branch information
ljharb committed May 25, 2020
1 parent b7af113 commit ce9a282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit ce9a282

Please sign in to comment.