Skip to content

Commit b384584

Browse files
committed
Release 2.2.0
1 parent 0f4fd58 commit b384584

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.2.0 / 2015-05-09
3+
==================
4+
5+
* package: update "ms" to v0.7.1 (#202, @dougwilson)
6+
* README: add logging to file example (#193, @DanielOchoa)
7+
* README: fixed a typo (#191, @amir-s)
8+
* browser: expose `storage` (#190, @stephenmathieson)
9+
* Makefile: add a `distclean` target (#189, @stephenmathieson)
10+
211
2.1.3 / 2015-03-13
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.1.3",
4+
"version": "2.2.0",
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.3",
5+
"version": "2.2.0",
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.3",
3+
"version": "2.2.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)