aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0a2c8a5..ff007d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+2015-01-09 Sergio de la Garza <sergio@delagarza.io>
+
+ Version 1.1.1
+
+ * lib/cobalt.js (dependencies): require colors fix the log output when
+ using the tocken formatter.
+
+
2014-03-20 Ben Beltran <ben@nsovocal.com>
Version 1.0.0
diff --git a/package.json b/package.json
index 74a68c3..ef5ba27 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"url" : "http://github.com/ktlacaelel"
}
],
- "version" : "1.1.0",
+ "version" : "1.1.1",
"dependencies" : {
"neon" : "2.0.x",
"socket.io-client" : "0.9.x",