Releases: spotifyts/spotify.ts
Releases · spotifyts/spotify.ts
v1.3.0
1.3.0 (2022-10-31)
Features
- audiobook-tests: Add audiobook unit tests (253f28d)
Bug Fixes
- secrets not being passed to tests (777b932)
v1.2.0
1.2.0 (2022-10-04)
Features
Bug Fixes
v1.1.1
Bug Fixes
- by @FC5570 (in #49):
- Fix JSDoc issues, missing descriptions, invalid descriptions, no return types.
- Fix error
Error key .... does not exist
in Search Manager
Misc
- Update deps
v1.1.0
1.1.0 (2022-04-15)
Features
Access tokens used for making requests are now re-generated every hour, so apps using this library will not error when the access token has expired.
- regen access token every hour & add git cliff (e1b8f25)