Skip to content

Commit 399d208

Browse files
feat: v9.2.5
1 parent 2d29449 commit 399d208

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
--
6+
7+
## v9.2.5
8+
9+
- fix: properly reject the promise in client initialisation. [#167](https://github.com/spotify-api/spotify-api.js/pull/167)
10+
- 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)
11+
- feat: add a parameter to getPlaylists to fetch all playlists at once. [#168](https://github.com/spotify-api/spotify-api.js/pull/168)
12+
13+
**Released:** 11th November 2022<br/>
14+
**Status:** Recommended to use<br/>
15+
516
---
617

718
## v9.2.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotify-api.js",
3-
"version": "9.2.3",
3+
"version": "9.2.5",
44
"description": "A complete node js wrapper of spotify api with oauth support",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)