Skip to content

Commit a861230

Browse files
committed
v4.13.3
- [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`
1 parent 9676a21 commit a861230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "4.13.2",
3+
"version": "4.13.3",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"bin": "./bin/tape",

0 commit comments

Comments
 (0)