Skip to content

Commit 41d8dd4

Browse files
feat: v9.2.2
1 parent 587fd93 commit 41d8dd4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

55
---
66

7+
## v9.2.2
8+
9+
- fix: fix several playlist create/edit API by using request body.
10+
11+
**Released:** 14th July 2022<br/>
12+
**Status:** Recommended to use<br/>
13+
14+
---
15+
716
## v9.2.1
817

918
- fix(refreshToken): fix refresh token regeneration using only `refreshToken` field. [#83](https://github.com/spotify-api/spotify-api.js/issues/83#issuecomment-1140212527)

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