Release 2.1.1

This commit is contained in:
Nathan Rajlich 2014-12-29 13:48:58 -08:00
parent df3e0eabdb
commit 24cc5c04fc
4 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,13 @@
2.1.1 / 2014-12-29
==================
* browser: use `typeof` to check for `console` existence
* browser: check for `console.log` truthiness (fix IE 8/9)
* browser: add support for Chrome apps
* Readme: added Windows usage remarks
* Add `bower.json` to properly support bower install
2.1.0 / 2014-10-15
==================

View File

@ -1,7 +1,7 @@
{
"name": "visionmedia/debug",
"main": "dist/debug.js",
"version": "2.0.0",
"version": "2.1.1",
"homepage": "https://github.com/visionmedia/debug",
"authors": [
"TJ Holowaychuk <tj@vision-media.ca>"

View File

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

View File

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