Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 28, 2012
1 parent b6ffd53 commit 123656a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.2.2 / 2012-06-28
==================

* Added 0.8.0 support

1.2.1 / 2012-06-25
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var images = {
// options

program
.version(mocha.version)
.version(require('../package').version)
.usage('[debug] [options] [files]')
.option('-r, --require <name>', 'require the given module')
.option('-R, --reporter <name>', 'specify the reporter to use', 'dot')
Expand Down
6 changes: 0 additions & 6 deletions lib/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ var path = require('path');

exports = module.exports = Mocha;

/**
* Library version.
*/

exports.version = '1.2.1';

/**
* Expose internals.
*/
Expand Down
6 changes: 0 additions & 6 deletions mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -885,12 +885,6 @@ var path = require('browser/path');

exports = module.exports = Mocha;

/**
* Library version.
*/

exports.version = '1.2.1';

/**
* 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.2.1"
, "version": "1.2.2"
, "description": "simple, flexible, fun test framework"
, "keywords": ["test", "bdd", "tdd", "tap"]
, "author": "TJ Holowaychuk <[email protected]>"
Expand Down

0 comments on commit 123656a

Please sign in to comment.