Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 30, 2014
1 parent 491eea3 commit 2109329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.8.0 / 2014-03-30
==================

* add `enable()` method for nodejs. Closes #27
* change from stderr to stdout
* remove unnecessary index.js file

HEAD
==================

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.7.4"
, "version": "0.8.0"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
Expand Down

0 comments on commit 2109329

Please sign in to comment.