chore: bump version to 0.0.1-R5

This commit is contained in:
Jixun Wu 2021-12-23 23:08:56 +00:00
parent 1dadf19431
commit 6031d31ac6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v0.0.1-R5
### Bug Fix
- Return null instead of throw an error on unsupported file.
## v0.0.1-R4
### Bug Fix

View File

@ -1,7 +1,7 @@
{
"name": "@unlock-music/joox-crypto",
"type": "commonjs",
"version": "0.0.1-R4",
"version": "0.0.1-R5",
"description": "Crypto library to decrypt joox encrypted music files.",
"main": "src/index.js",
"types": "src/index.d.ts",