diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8c553..facd10f 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 582c2e9..8e5f397 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 e59512a..174d878 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"