From b82d4e6c799198b3d39b05265bf68da9a9aacd41 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Tue, 13 Dec 2016 22:51:43 -0800 Subject: [PATCH] release 2.4.0 --- CHANGELOG.md | 11 +++++++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8c5537..facd10f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/component.json b/component.json index 582c2e9d..8e5f3977 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.3.3", + "version": "2.4.0", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index e59512a6..174d8780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.3.3", + "version": "2.4.0", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"