Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93c7599

Browse files
committed
Release 1.0.3
1 parent c8aa92b commit 93c7599

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

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

2+
1.0.3 / 2014-07-09
3+
==================
4+
5+
* Add support for multiple wildcards in namespaces (#122, @seegno)
6+
* browser: fix lint
7+
28
1.0.2 / 2014-06-10
39
==================
410

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

0 commit comments

Comments
 (0)