Skip to content

Commit 2c384ab

Browse files
feat: v9.2.0
1 parent 8b071e6 commit 2c384ab

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.0
8+
9+
- fix(refreshToken): fix [Client.refreshFromMeta] error. [#83](https://github.com/spotify-api/spotify-api.js/issues/83#issuecomment-1122299829)
10+
11+
**Released:** 10th May 2022<br/>
12+
**Status:** Recommended to use<br/>
13+
14+
---
15+
716
## v9.1.0
817

918
- feat(options): allow to input access token with refresh options in `token` field of `ClientOptions`.

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