Skip to content

Commit 4387426

Browse files
feat: v9.0.3
1 parent 48f7088 commit 4387426

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Spotify-api.js Changelog
22

3-
Version history of spotify-api.js since v4.0.5. Only major releases are presented here.
3+
Version history of spotify-api.js since v4.0.5.
4+
5+
---
6+
7+
## v9.0.3
8+
9+
- fix(struct): fix undefined error while creating [CurrentlyPlaying] struct. [#107](https://github.com/spotify-api/spotify-api.js/pull/107).
10+
- feat(struct): [CurrentlyPlaying.context] may be null.
11+
12+
**Released:** 31st December 2021<br/>
13+
**Status:** Recommended to use<br/>
414

515
---
616

@@ -9,7 +19,7 @@ Version history of spotify-api.js since v4.0.5. Only major releases are presente
919
- fix(clientCreate): made [Client.create] function a public static function [#102](https://github.com/spotify-api/spotify-api.js/issues/102)
1020

1121
**Released:** 26th December 2021<br/>
12-
**Status:** Recommended to use.<br/>
22+
**Status:** Good for use.<br/>
1323

1424
---
1525

@@ -18,7 +28,7 @@ Version history of spotify-api.js since v4.0.5. Only major releases are presente
1828
- fix(refreshToken): fixed a security vulnerability on exposing the credentials in `Client.refreshMeta` (Especially for browser clients). [#68](https://github.com/spotify-api/spotify-api.js/issues/68#issuecomment-911526688).
1929

2030
**Released:** 2nd September 2021<br/>
21-
**Status:** Recommended to use.<br/>
31+
**Status:** Good for use.<br/>
2232

2333
---
2434

@@ -35,7 +45,7 @@ Version history of spotify-api.js since v4.0.5. Only major releases are presente
3545
- docs(*): rewrote all the docs and used typedoc with custom theme.
3646

3747
**Released:** 26th August 2021<br/>
38-
**Status:** Recommended to use. (Has a security vulnerablity for browser client)<br/>
48+
**Status:** Good for use. (Has a security vulnerablity for browser client)<br/>
3949
**Root PR:** [#56](https://github.com/spotify-api/spotify-api.js/pull/56)
4050

4151
---

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