Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 25, 2011
1 parent 9a24bf1 commit 69392fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.0.5 / 2011-11-24
==================

* Fixed: make mocha.opts whitespace less picky [kkaefer]

0.0.4 / 2011-11-24
==================

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

exports.version = '0.0.4';
exports.version = '0.0.5';

exports.interfaces = require('./interfaces');
exports.reporters = require('./reporters');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha"
, "version": "0.0.4"
, "version": "0.0.5"
, "description": "Test framework inspired by JSpec, Expresso, & Qunit"
, "keywords": ["test", "bdd", "tdd", "tap"]
, "bin": { "mocha": "./bin/mocha" }
Expand Down

0 comments on commit 69392fb

Please sign in to comment.