Skip to content

Commit

Permalink
Release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 19, 2016
1 parent 8e09edf commit 3ad8df7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.3.2",
"version": "2.3.3",
"keywords": [
"debug",
"log",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debug",
"version": "2.3.2",
"version": "2.3.3",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
Expand Down

0 comments on commit 3ad8df7

Please sign in to comment.