We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587fd93 commit 41d8dd4Copy full SHA for 41d8dd4
CHANGELOG.md
@@ -4,6 +4,15 @@ Version history of spotify-api.js since v4.0.5.
4
5
---
6
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
16
## v9.2.1
17
18
- 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
@@ -1,6 +1,6 @@
1
{
2
"name": "spotify-api.js",
3
- "version": "9.2.1",
+ "version": "9.2.2",
"description": "A complete node js wrapper of spotify api with oauth support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments