Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 5, 2013
1 parent 73936c4 commit 43fe05d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.7.1 / 2013-02-05
==================

* add repository URL to package.json
* add DEBUG_COLORED to force colored output
* add browserify support
* fix component. Closes #24

0.7.0 / 2012-05-04
==================

Expand Down
4 changes: 2 additions & 2 deletions component.json
Expand Up @@ -2,8 +2,8 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "0.7.0",
"version": "0.7.1",
"keywords": ["debug", "log", "debugger"],
"scripts": ["index.js", "debug.js"],
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "debug"
, "version": "0.7.0"
, "version": "0.7.1"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
Expand Down

0 comments on commit 43fe05d

Please sign in to comment.