Skip to content

Commit b82d4e6

Browse files
committed
release 2.4.0
1 parent 41002f1 commit b82d4e6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
2.4.0 / 2016-12-13
3+
==================
4+
5+
* Fix: bower.json references unbuilt src entry point (#342, @justmatt)
6+
* Fix: revert "handle regex special characters" (@tootallnate)
7+
* Feature: configurable util.inspect()`options for NodeJS (#327, @tootallnate)
8+
* Feature: %O`(big O) pretty-prints objects (#322, @tootallnate)
9+
* Improvement: allow colors in workers (#335, @botverse)
10+
* Improvement: use same color for same namespace. (#338, @lchenay)
11+
112
2.3.3 / 2016-11-09
213
==================
314

component.json

+1-1
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": "2.3.3",
5+
"version": "2.4.0",
66
"keywords": [
77
"debug",
88
"log",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)