Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
 - [New] make object-inspect depth configurable for expected/actual (#293)
 - [New] add message defaults to .ok() and .notOk() (#261)
 - [Robustness] be robust against the global `setTimeout` changing (#292)
 - [Deps] update `glob`, `object-inspect`
 - [Dev Deps] update `js-yaml`
  • Loading branch information
ljharb committed Jun 20, 2016
1 parent 03bf9b6 commit 3c41af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "4.5.1",
"version": "4.6.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit 3c41af5

Please sign in to comment.