File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Version history of spotify-api.js since v4.0.5.
4
4
5
5
---
6
6
7
+ ## v9.2.3
8
+
9
+ - fix: spelling in reorderItems for uris parameter. [ #158 ] ( https://github.com/spotify-api/spotify-api.js/issues/158 )
10
+ - fix: documentation fix. [ #160 ] ( https://github.com/spotify-api/spotify-api.js/pull/160 )
11
+
12
+ ** Released:** 31st July 2022<br />
13
+ ** Status:** Recommended to use<br />
14
+
15
+ ---
16
+
7
17
## v9.2.2
8
18
9
19
- fix: fix several playlist create/edit API by using request body.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " spotify-api.js" ,
3
- "version" : " 9.2.2 " ,
3
+ "version" : " 9.2.3 " ,
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