diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b684b..b07ddf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [next] +## [5.13.0] - Fixed [#403](https://github.com/Mastermindzh/tidal-hifi/issues/403) "cannot read shuffle of undefined" error - Added an API to add & delete entries from the skippedArtists list in the settings. fixes [#405](https://github.com/Mastermindzh/tidal-hifi/issues/405) diff --git a/package-lock.json b/package-lock.json index 7d07ed3..4096a42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "5.12.0", + "version": "5.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "5.12.0", + "version": "5.13.0", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", @@ -8784,4 +8784,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6cd9c1d..957575f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "5.12.0", + "version": "5.13.0", "description": "Tidal on Electron with widevine(hifi) support", "main": "ts-dist/main.js", "scripts": { @@ -77,4 +77,4 @@ "typescript": "^5.3.3" }, "prettier": "@mastermindzh/prettier-config" -} +} \ No newline at end of file diff --git a/src/features/api/index.ts b/src/features/api/index.ts index f63cd27..5272ed8 100644 --- a/src/features/api/index.ts +++ b/src/features/api/index.ts @@ -19,7 +19,7 @@ export const startApi = (mainWindow: BrowserWindow) => { openapi: "3.1.0", info: { title: "TIDAL Hi-Fi API", - version: "5.12.0", + version: "5.13.0", description: "", license: { name: "MIT", diff --git a/src/pages/settings/settings.html b/src/pages/settings/settings.html index fe20bbb..d64784e 100644 --- a/src/pages/settings/settings.html +++ b/src/pages/settings/settings.html @@ -433,7 +433,7 @@

TIDAL Hi-Fi

5.12.0 + href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.13.0">5.13.0