Skip to content

Commit

Permalink
Bump version and update changelog (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka authored Sep 18, 2024
1 parent 18daa26 commit 6dd2141
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2024-09-18

### Changed

- Use Shaka Preload API for preparing the next track, instead of dual instances of shaka.
- Removed mux.js dependency as shaka no longer requires that
- Add authorization header to Widevine license request, to enable playback for Open API clients

## [0.4.3] - 2024-09-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/player",
"version": "0.4.3",
"version": "0.5.0",
"description": "Player logic for TIDAL",
"type": "module",
"exports": {
Expand Down

0 comments on commit 6dd2141

Please sign in to comment.