From 3ad8df75614cd4306709ad73519fd579971fb8d9 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sat, 19 Nov 2016 11:59:10 -0800 Subject: [PATCH] Release 2.3.3 --- CHANGELOG.md | 7 +++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"