Skip to content

Commit

Permalink
v4.13.3
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 (#516)
 - [readme] add `tape-repeater` (#511)
 - [readme] Add link to tape-player (in-process reporter) (#496)
 - [examples] add `ecstatic`
 - [Docs] add an optional emoji version for tap-spec consumer (#501)
 - [Deps] update `minimist`, `resolve`
 - [Tests] Fix simple typo, placehodler -> placeholder (#500)
 - [Dev Deps] update `eslint`, `falafel`, `js-yaml`
  • Loading branch information
ljharb committed May 24, 2020
1 parent 9676a21 commit a861230
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": "4.13.2",
"version": "4.13.3",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit a861230

Please sign in to comment.