Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 2, 2015
1 parent 37c32e1 commit ef0b378
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

2.1.2 / 2015-03-01
==================

* dist: recompile
* update "ms" to v0.7.0
* package: update "browserify" to v9.0.3
* component: fix "ms.js" repo location
* changed bower package name
* updated documentation about using debug in a browser
* fix: security error on safari (#167, #168, @yields)

2.1.1 / 2014-12-29
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visionmedia-debug",
"main": "dist/debug.js",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/visionmedia/debug",
"authors": [
"TJ Holowaychuk <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [
"debug",
"log",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debug",
"version": "2.1.1",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
Expand Down

0 comments on commit ef0b378

Please sign in to comment.