Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 17, 2012
1 parent ad39e33 commit 5f76bd2
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 78 deletions.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

1.2.0 / 2012-06-17
==================

* Added `nyan` reporter [Atsuya Takagi]
* Added `mocha init <path>` to copy client files
* Added "specify" synonym for "it" [domenic]
* Added global leak wildcard support [nathanbowser]
* Fixed runner emitter leak. closes #432
* Fixed omission of .js extension. Closes #454

1.1.0 / 2012-05-30
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha.js
Expand Up @@ -20,7 +20,7 @@ exports = module.exports = Mocha;
* Library version.
*/

exports.version = '1.1.0';
exports.version = '1.2.0';

/**
* Expose internals.
Expand Down

0 comments on commit 5f76bd2

Please sign in to comment.