Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 2, 2011
1 parent d40814a commit 497a088
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.1.0 / 2011-12-02
==================

* Added: remove colors unless stderr isatty [TooTallNate]

0.0.1 / 2010-01-03
==================

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.0.1';
exports.version = '0.1.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.0.1"
, "version": "0.1.0"
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 497a088

Please sign in to comment.