Skip to content

Commit da0c116

Browse files
committed
Release 0.7.8
1 parent d0cec68 commit da0c116

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.7.8 / 2011-06-22
3+
==================
4+
5+
* Added `--json [file]` flag to output JSON test coverage reports
6+
27
0.7.7 / 2011-05-24
38
==================
49

bin/expresso

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ try {
3333
* Expresso version.
3434
*/
3535

36-
var version = '0.7.7';
36+
var version = '0.7.8';
3737

3838
/**
3939
* Failure count.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name": "expresso",
2-
"version": "0.7.7",
2+
"version": "0.7.8",
33
"description": "TDD framework, light-weight, fast, CI-friendly",
44
"author": "TJ Holowaychuk <[email protected]>",
55
"repository": "git://github.com/visionmedia/expresso",

0 commit comments

Comments
 (0)