Skip to content

Commit

Permalink
feat: v9.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scientific-dev committed Nov 11, 2022
1 parent 2d29449 commit 399d208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Version history of spotify-api.js since v4.0.5.

--

## v9.2.5

- fix: properly reject the promise in client initialisation. [#167](https://github.com/spotify-api/spotify-api.js/pull/167)
- fix: handle The access token expired api error and refresh token. [#189](https://github.com/spotify-api/spotify-api.js/issues/189) [#190](https://github.com/spotify-api/spotify-api.js/pull/190)
- feat: add a parameter to getPlaylists to fetch all playlists at once. [#168](https://github.com/spotify-api/spotify-api.js/pull/168)

**Released:** 11th November 2022<br/>
**Status:** Recommended to use<br/>

---

## v9.2.3
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-api.js",
"version": "9.2.3",
"version": "9.2.5",
"description": "A complete node js wrapper of spotify api with oauth support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 399d208

Please sign in to comment.