Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 3, 2012
1 parent 29f9680 commit 119e661
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.5.0 / 2012-02-02
==================

* Added: humanize diffs. Closes #8
* Added `debug.disable()` to the CS variant
* Removed padding. Closes #10
* Fixed: persist client-side variant again. Closes #9

0.4.0 / 2012-02-01
==================

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

exports.version = '0.4.1';
exports.version = '0.5.0';

/**
* Enabled debuggers.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "debug"
, "version": "0.4.1"
, "version": "0.5.0"
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 119e661

Please sign in to comment.