Skip to content

Commit d231de2

Browse files
committed
chore(release): v0.0.3
1 parent 23b8461 commit d231de2

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Changelog
22

33

4+
## v0.0.3
5+
6+
[compare changes](https://github.com/sumitkolhe/jiosaavn-api/compare/v0.0.2...v0.0.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Add pagination support for get playlist ([152d5ca](https://github.com/sumitkolhe/jiosaavn-api/commit/152d5ca))
11+
- Add separate model for search playlists ([e3e08c6](https://github.com/sumitkolhe/jiosaavn-api/commit/e3e08c6))
12+
13+
### 🩹 Fixes
14+
15+
- **artist:** Change followerCount return type to number from string ([31f0321](https://github.com/sumitkolhe/jiosaavn-api/commit/31f0321))
16+
- Change song year type to number ([7b3edc0](https://github.com/sumitkolhe/jiosaavn-api/commit/7b3edc0))
17+
- Make songs in album nullable ([3128fe9](https://github.com/sumitkolhe/jiosaavn-api/commit/3128fe9))
18+
- Make artist fields nullable ([4787ce9](https://github.com/sumitkolhe/jiosaavn-api/commit/4787ce9))
19+
- Make song fields nullable ([3467ba3](https://github.com/sumitkolhe/jiosaavn-api/commit/3467ba3))
20+
- Make album fields nullable ([a0f43fb](https://github.com/sumitkolhe/jiosaavn-api/commit/a0f43fb))
21+
- Make playlist fields nullable ([90d5d82](https://github.com/sumitkolhe/jiosaavn-api/commit/90d5d82))
22+
- Update search model structure as per new api response ([6b31e67](https://github.com/sumitkolhe/jiosaavn-api/commit/6b31e67))
23+
- Return null instead of 0 for song year and playCount ([121dd86](https://github.com/sumitkolhe/jiosaavn-api/commit/121dd86))
24+
- Return null for song count if no songs found for playlist ([c103f06](https://github.com/sumitkolhe/jiosaavn-api/commit/c103f06))
25+
- Return null instead of 0 for songCount ([61a4cd8](https://github.com/sumitkolhe/jiosaavn-api/commit/61a4cd8))
26+
- Song suggestions ([38af6b5](https://github.com/sumitkolhe/jiosaavn-api/commit/38af6b5))
27+
28+
### 📖 Documentation
29+
30+
- **lyrics:** Add song lyrics example id ([2bb4f51](https://github.com/sumitkolhe/jiosaavn-api/commit/2bb4f51))
31+
- **albums:** Add album example id and link ([17a26a0](https://github.com/sumitkolhe/jiosaavn-api/commit/17a26a0))
32+
33+
### ❤️ Contributors
34+
35+
- Sumit Kolhe ([@sumitkolhe](http://github.com/sumitkolhe))
36+
437
## v0.0.2
538

639
[compare changes](https://github.com/sumitkolhe/jiosaavn-api/compare/v0.0.1...v0.0.2)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jiosaavn-api",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Unofficial JioSaavn API",
55
"type": "module",
66
"license": "MIT",
@@ -70,4 +70,4 @@
7070
"typescript": "^5.4.3",
7171
"vitest": "^1.4.0"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)