Release 1.0.2

This commit is contained in:
Nathan Rajlich 2014-06-10 17:50:47 -07:00
parent 558f604f07
commit 46939bcc1a
3 changed files with 10 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"debug",
"log",

View File

@ -1,6 +1,6 @@
{
"name": "debug",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"