Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
 - [New] Include name of test in log when test times out (#524)
 - [readme] document Promise support; remove Promise-related alternatives
 - [readme] add `tape-describe` to 'other' section (#523)
 - [Deps] update `deep-equal`, `is-regex`, `object-inspect`, `object-is`, `object.assign`, `resolve`, `string.prototype.trim`
 - [Dev Deps] update `eslint`, `js-yaml`
 - [eslint] remove useless regex escapes
 - [Tests] handle stack differences in node 15
 - [Tests] add test case for #519 for test.comment() in createStream/objectMode context (#520)
  • Loading branch information
ljharb committed Dec 29, 2020
1 parent 434f615 commit 6c0625f
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.1",
"version": "5.1.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 6c0625f

Please sign in to comment.