Skip to content

Commit be15f1c

Browse files
committed
Bump version to 5.0.2
1 parent 13ff171 commit be15f1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
#### 5.0.2 (Jan 2021)
4+
5+
* Fix: Make `transferMyPlayback` not require the `options` object, since it should be optional. Thanks for the heads-up [@Simber1](https://github.com/Simber1)!
6+
37
#### 5.0.1 (Jan 2021)
48

59
* Fix error handling in the HTTP client. Thanks [@yamadapc](https://github.com/yamadapc)!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotify-web-api-node",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"homepage": "https://github.com/thelinmichael/spotify-web-api-node",
55
"description": "A Node.js wrapper for Spotify's Web API",
66
"main": "./src/server.js",

0 commit comments

Comments
 (0)