Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 25, 2012
1 parent c50a637 commit 5a5f99f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

1.0.2 / 2012-04-25
==================

* Added HTML reporter duration. Closes #47
* Fixed: one postMessage event listener [exogen]
* Fixed: allow --globals to be used multiple times. Closes #100 [brendannee]
* Fixed #158: removes jquery include from browser tests
* Fixed grep. Closes #372 [brendannee]
* Fixed #166 - When grepping don't display the empty suites
* Removed test/browser/style.css. Closes #385

1.0.1 / 2012-04-04
==================

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

exports.version = '1.0.1';
exports.version = '1.0.2';

/**
* Expose internals.
Expand Down
2 changes: 1 addition & 1 deletion mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ exports = module.exports = Mocha;
* Library version.
*/

exports.version = '1.0.1';
exports.version = '1.0.2';

/**
* Expose internals.
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.0.1"
, "version": "1.0.2"
, "description": "simple, flexible, fun test framework"
, "keywords": ["test", "bdd", "tdd", "tap"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 5a5f99f

Please sign in to comment.