diff --git a/CHANGELOG.md b/CHANGELOG.md index d5bb0ac3..1c8c5537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2.3.3 / 2016-11-09 +================== + + * Fix: Catch `JSON.stringify()` errors (#195, Jovan Alleyne) + * Fix: Returning `localStorage` saved values (#331, Levi Thomason) + * Improvement: Don't create an empty object when no `process` (Nathan Rajlich) + 2.3.2 / 2016-11-09 ================== diff --git a/component.json b/component.json index eb399b78..582c2e9d 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.3.2", + "version": "2.3.3", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 2ef4c448..e59512a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.3.2", + "version": "2.3.3", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"