Skip to content

Commit f06d6d2

Browse files
committed
2.3.5
1 parent 220e868 commit f06d6d2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change log
22

3+
#### 2.3.5 (20 July 2016)
4+
- Use `encodeURIComponent` instead of `encodeURI` to encode the user's id. 'encodeURI' wasn't encoding characters like `/` or `#` that were generating an invalid endpoint url. Thanks [@jgranstrom](https://github.com/jgranstrom) for the PR.
5+
36
#### 2.3.4 (18 July 2016)
47
- Fixed a bug in `clientCredentialsGrant()`.
58

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,9 @@ You can run the unit tests executing `mocha` and get a test coverage report runn
868868

869869
## Change log
870870

871+
#### 2.3.5 (20 July 2016)
872+
- Use `encodeURIComponent` instead of `encodeURI` to encode the user's id. 'encodeURI' wasn't encoding characters like `/` or `#` that were generating an invalid endpoint url. Thanks [@jgranstrom](https://github.com/jgranstrom) for the PR.
873+
871874
#### 2.3.4 (18 July 2016)
872875
- Fixed a bug in `clientCredentialsGrant()`.
873876

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotify-web-api-node",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
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)