Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 24, 2024
1 parent 97bc5d0 commit 398b3f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jiosaavn-api",
"version": "1.0.0",
"version": "0.0.2",
"description": "Unofficial JioSaavn API",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -70,4 +70,4 @@
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
}

0 comments on commit 398b3f2

Please sign in to comment.