Skip to content

Commit 5025ab0

Browse files
committed
Release 0.0.2
1 parent a97c5a3 commit 5025ab0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
0.0.2 / 2011-11-22
3+
==================
4+
5+
* Fixed global leak detection due to Safari bind() change
6+
* Fixed: escape html entities in Doc reporter
7+
* Fixed: escape html entities in HTML reporter
8+
* Fixed pending test support for HTML reporter. Closes #66
9+
210
0.0.1 / 2011-11-22
311
==================
412

lib/mocha.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Library version.
1010
*/
1111

12-
exports.version = '0.0.1';
12+
exports.version = '0.0.2';
1313

1414
exports.interfaces = require('./interfaces');
1515
exports.reporters = require('./reporters');

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha"
3-
, "version": "0.0.1"
3+
, "version": "0.0.2"
44
, "description": "Test framework inspired by JSpec, Expresso, & Qunit"
55
, "keywords": ["test", "bdd", "tdd", "tap"]
66
, "bin": { "mocha": "./bin/mocha" }

0 commit comments

Comments
 (0)