Skip to content

Commit

Permalink
fixing relationship config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PN-mruiz committed May 23, 2017
1 parent 72c6b05 commit 045f260
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# v1.1.11 - 2017/05/23

* Fixing bug where Relationship API configuration wasn't being properly supplied.

# v1.1.11 - 2017/05/22

* Added support for some functionality for Location Relationship API
* Added support for some functionality for Location Relationship API

# v1.1.10 - 2017/08/22

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = (function (self) {
self.location = new LocationProxy(options.location, key.ensureAuthHeaders);
self.music = new MusicProxy(options.music, key.ensureAuthHeaders);
self.playback = new PlaybackProxy(options.playback, key.ensureAuthHeaders);
self.relationship = new RelationshipProxy(options.settings, key.ensureAuthHeaders);
self.relationship = new RelationshipProxy(options.relationship, key.ensureAuthHeaders);
self.settings = new SettingsProxy(options.settings, key.ensureAuthHeaders);

// create a mechanism to retrieve configured options
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": "playnetwork-sdk",
"version": "1.1.11",
"version": "1.1.12",
"contributors": [
{
"name": "Joshua Thomas",
Expand Down

0 comments on commit 045f260

Please sign in to comment.