Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c61ae82

Browse files
committed
Release 2.0.0
1 parent c97a5c1 commit c61ae82

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
2.0.0 / 2014-09-01
3+
==================
4+
5+
* package: update "browserify" to v5.11.0
6+
* node: use stderr rather than stdout for logging (#29, @stephenmathieson)
7+
28
1.0.4 / 2014-07-15
39
==================
410

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debug",
33
"repo": "visionmedia/debug",
44
"description": "small debugging utility",
5-
"version": "1.0.4",
5+
"version": "2.0.0",
66
"keywords": [
77
"debug",
88
"log",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)