Skip to content

Commit

Permalink
Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thelinmichael committed Jan 24, 2021
1 parent 13ff171 commit be15f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change log

#### 5.0.2 (Jan 2021)

* Fix: Make `transferMyPlayback` not require the `options` object, since it should be optional. Thanks for the heads-up [@Simber1](https://github.com/Simber1)!

#### 5.0.1 (Jan 2021)

* Fix error handling in the HTTP client. Thanks [@yamadapc](https://github.com/yamadapc)!
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": "spotify-web-api-node",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://github.com/thelinmichael/spotify-web-api-node",
"description": "A Node.js wrapper for Spotify's Web API",
"main": "./src/server.js",
Expand Down

0 comments on commit be15f1c

Please sign in to comment.