Skip to content

Commit 46939bc

Browse files
committed
Release 1.0.2
1 parent 558f604 commit 46939bc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

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

2+
1.0.2 / 2014-06-10
3+
==================
4+
5+
* browser: update color palette (#113, @gscottolson)
6+
* common: make console logging function configurable (#108, @timoxley)
7+
* node: fix %o colors on old node <= 0.8.x
8+
* Makefile: find node path using shell/which (#109, @timoxley)
9+
210
1.0.1 / 2014-06-06
311
==================
412

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.1",
5+
"version": "1.0.2",
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.1",
3+
"version": "1.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)