disconnect
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -0,1 +1,5 @@ | ||
0.6.5 / 2015-08-27 | ||
================== | ||
* Fixed a bug in `util.merge()` | ||
0.6.4 / 2015-07-09 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -54,3 +54,3 @@ 'use strict'; | ||
util.merge = function(target, source){ | ||
util.merge = function merge(target, source){ | ||
for(var key in source){ | ||
@@ -57,0 +57,0 @@ if(source[key] && (typeof source[key] === 'object')){ |
{ | ||
"name": "disconnect", | ||
"description": "A full featured Discogs API v2.0 client library", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"keywords": ["discogs", "api", "client", "oauth"], | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/bartve/disconnect", |
52105