We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e09edf commit 3ad8df7Copy full SHA for 3ad8df7
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+2.3.3 / 2016-11-09
2
+==================
3
+
4
+ * Fix: Catch `JSON.stringify()` errors (#195, Jovan Alleyne)
5
+ * Fix: Returning `localStorage` saved values (#331, Levi Thomason)
6
+ * Improvement: Don't create an empty object when no `process` (Nathan Rajlich)
7
8
2.3.2 / 2016-11-09
9
==================
10
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",
package.json
@@ -1,6 +1,6 @@
{
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments