Release 1.0.1

This commit is contained in:
Nathan Rajlich 2014-06-06 13:22:45 -07:00
parent c1b0c6e9cc
commit febc3fe5f5
3 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,13 @@
1.0.1 / 2014-06-06
==================
* browser: use `removeItem()` to clear localStorage
* browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
* package: add "contributors" section
* node: fix comment typo
* README: list authors
1.0.0 / 2014-06-04
==================

View File

@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"debug",
"log",

View File

@ -1,6 +1,6 @@
{
"name": "debug",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"