Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 27, 2012
1 parent 8ddff77 commit b07efa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.3.0 / 2012-01-26
==================

* Added millisecond diff when isatty, otherwise UTC string

0.2.0 / 2012-01-22
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = debug;
* Library version.
*/

exports.version = '0.2.0';
exports.version = '0.3.0';

/**
* Enabled debuggers.
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": "debug"
, "version": "0.2.0"
, "version": "0.3.0"
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit b07efa9

Please sign in to comment.