Skip to content

Commit 24cc5c0

Browse files
committed
Release 2.1.1
1 parent df3e0ea commit 24cc5c0

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
2.1.1 / 2014-12-29
3+
==================
4+
5+
* browser: use `typeof` to check for `console` existence
6+
* browser: check for `console.log` truthiness (fix IE 8/9)
7+
* browser: add support for Chrome apps
8+
* Readme: added Windows usage remarks
9+
* Add `bower.json` to properly support bower install
10+
211
2.1.0 / 2014-10-15
312
==================
413

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "visionmedia/debug",
33
"main": "dist/debug.js",
4-
"version": "2.0.0",
4+
"version": "2.1.1",
55
"homepage": "https://github.com/visionmedia/debug",
66
"authors": [
77
"TJ Holowaychuk <[email protected]>"

component.json

+1-1
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.1.0",
5+
"version": "2.1.1",
66
"keywords": [
77
"debug",
88
"log",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)