File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Version history of spotify-api.js since v4.0.5.
4
4
5
5
---
6
6
7
+ ## v9.2.0
8
+
9
+ - fix(refreshToken): fix [ Client.refreshFromMeta] error. [ #83 ] ( https://github.com/spotify-api/spotify-api.js/issues/83#issuecomment-1122299829 )
10
+
11
+ ** Released:** 10th May 2022<br />
12
+ ** Status:** Recommended to use<br />
13
+
14
+ ---
15
+
7
16
## v9.1.0
8
17
9
18
- feat(options): allow to input access token with refresh options in ` token ` field of ` ClientOptions ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " spotify-api.js" ,
3
- "version" : " 9.1 .0" ,
3
+ "version" : " 9.2 .0" ,
4
4
"description" : " A complete node js wrapper of spotify api with oauth support" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments