Skip to content

Commit

Permalink
feat: v9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scientific-dev committed Jul 14, 2022
1 parent 587fd93 commit 41d8dd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Version history of spotify-api.js since v4.0.5.

---

## v9.2.2

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

**Released:** 14th July 2022<br/>
**Status:** Recommended to use<br/>

---

## v9.2.1

- fix(refreshToken): fix refresh token regeneration using only `refreshToken` field. [#83](https://github.com/spotify-api/spotify-api.js/issues/83#issuecomment-1140212527)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spotify-api.js",
"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",
Expand Down

0 comments on commit 41d8dd4

Please sign in to comment.