Skip to content

Commit 19a6e6c

Browse files
feat: v9.2.3
1 parent 2a4ed4e commit 19a6e6c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Version history of spotify-api.js since v4.0.5.
44

55
---
66

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+
717
## v9.2.2
818

919
- fix: fix several playlist create/edit API by using request body.

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.2",
3+
"version": "9.2.3",
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)