Skip to content

Commit febc3fe

Browse files
committed
Release 1.0.1
1 parent c1b0c6e commit febc3fe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
1.0.1 / 2014-06-06
3+
==================
4+
5+
* browser: use `removeItem()` to clear localStorage
6+
* browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
7+
* package: add "contributors" section
8+
* node: fix comment typo
9+
* README: list authors
10+
211
1.0.0 / 2014-06-04
312
==================
413

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": "1.0.0",
5+
"version": "1.0.1",
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": "1.0.0",
3+
"version": "1.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)