diff --git a/CHANGELOG.md b/CHANGELOG.md index 5653d6ae..5d46d27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ +# Changelog -## v0.0.1...26ca6e7e07160cd65820f00cc4661c851c9540ed -[compare changes](https://github.com/sumitkolhe/jiosaavn-api/compare/v0.0.1...26ca6e7e07160cd65820f00cc4661c851c9540ed) +## v0.0.2 -### 🏡 Chore +[compare changes](https://github.com/sumitkolhe/jiosaavn-api/compare/v0.0.1...v0.0.2) -- Switch to prettier config ([84653dc](https://github.com/sumitkolhe/jiosaavn-api/commit/84653dc)) -- **release:** V0.0.1 ([104a0cf](https://github.com/sumitkolhe/jiosaavn-api/commit/104a0cf)) +### 🩹 Fixes + +- Return null instead of undefined for lyrics id ([f4ac403](https://github.com/sumitkolhe/jiosaavn-api/commit/f4ac403)) +- Return null for lyrics id if not available ([cdfca9b](https://github.com/sumitkolhe/jiosaavn-api/commit/cdfca9b)) + +### 📖 Documentation + +- **changelog:** Add changelog hyperlink ([6b22a7c](https://github.com/sumitkolhe/jiosaavn-api/commit/6b22a7c)) ### ❤️ Contributors - Sumit Kolhe ([@sumitkolhe](http://github.com/sumitkolhe)) + diff --git a/package.json b/package.json index 85c580b9..73e86dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiosaavn-api", - "version": "1.0.0", + "version": "0.0.2", "description": "Unofficial JioSaavn API", "type": "module", "license": "MIT", @@ -70,4 +70,4 @@ "typescript": "^5.4.3", "vitest": "^1.4.0" } -} +} \ No newline at end of file