We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558f604 commit 46939bcCopy full SHA for 46939bc
3 files changed
History.md
@@ -1,4 +1,12 @@
1
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
10
1.0.1 / 2014-06-06
11
==================
12
component.json
@@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
- "version": "1.0.1",
+ "version": "1.0.2",
"keywords": [
"debug",
"log",
package.json
@@ -1,6 +1,6 @@
{
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments