Skip to content

Commit

Permalink
v4.11.0
Browse files Browse the repository at this point in the history
 - [New] Add descriptive messages for skipped asserts (#476)
 - [Fix] emit skipped tests as objects (#473)
 - [Refactor] use `!!` over `Boolean()`
 - [meta] clean up license so github can detect it
 - [Deps] update `inherits`, `resolve`
 - [Tests] add tests for 'todo' exit codes (#471)
  • Loading branch information
ljharb committed Jun 29, 2019
1 parent 9526c2e commit 2b5046e
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.10.2",
"version": "4.11.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit 2b5046e

Please sign in to comment.