Skip to content

Commit

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

0.14.0 / 2012-03-01
==================

* Added string diff support for terminal reporters

0.13.0 / 2012-02-23
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.13.0';
exports.version = '0.14.0';

exports.utils = require('./utils');
exports.interfaces = require('./interfaces');
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": "0.13.0"
, "version": "0.14.0"
, "description": "simple, flexible, fun test framework"
, "keywords": ["test", "bdd", "tdd", "tap"]
, "author": "TJ Holowaychuk <[email protected]>"
Expand Down

0 comments on commit 1a6f618

Please sign in to comment.