Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 2, 2012
1 parent ff4e613 commit 64e0709
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

1.6.0 / 2012-10-02
==================

* add object diffs when `err.showDiff` is present
* add hiding of empty suites when pass/failures are toggled
* add faster `.length` checks to `checkGlobals()` before performing the filter

1.5.0 / 2012-09-21
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mocha",
"repo": "visionmedia/mocha",
"version": "1.5.0",
"version": "1.6.0",
"description": "simple, flexible, fun test framework",
"keywords": ["test", "mocha", "bdd", "tdd"],
"styles": ["mocha.css"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha"
, "version": "1.5.0"
, "version": "1.6.0"
, "description": "simple, flexible, fun test framework"
, "keywords": ["test", "bdd", "tdd", "tap"]
, "author": "TJ Holowaychuk <[email protected]>"
Expand Down

0 comments on commit 64e0709

Please sign in to comment.