release 2.4.0

This commit is contained in:
Andrew E. Rhyne 2016-12-13 22:51:43 -08:00
parent 41002f1c7c
commit b82d4e6c79
3 changed files with 13 additions and 2 deletions

View File

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

View File

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

View File

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