Skip to content

Commit 3ad8df7

Browse files
committed
Release 2.3.3
1 parent 8e09edf commit 3ad8df7

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
2.3.2 / 2016-11-09
29
==================
310

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debug",
33
"repo": "visionmedia/debug",
44
"description": "small debugging utility",
5-
"version": "2.3.2",
5+
"version": "2.3.3",
66
"keywords": [
77
"debug",
88
"log",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)