chore(release): v2.3.1

This commit is contained in:
AutoUpdater
2026-01-23 00:33:09 +00:00
parent 08b83bf9de
commit e276862539
5 changed files with 12 additions and 5 deletions
+7
View File
@@ -2,8 +2,15 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [2.3.1](https://github.com/Raiper34/spooty/compare/2.3.0...2.3.1)
- docs(readme): change redirect URI [`8162a2a`](https://github.com/Raiper34/spooty/commit/8162a2a21f762310f857dfc42cad53831769ed66)
- fix(ytdl): Upgrade ytdl package (automated) [`08b83bf`](https://github.com/Raiper34/spooty/commit/08b83bf9de70999bddb47cd1d64d63d1ab550d88)
#### [2.3.0](https://github.com/Raiper34/spooty/compare/2.2.1...2.3.0) #### [2.3.0](https://github.com/Raiper34/spooty/compare/2.2.1...2.3.0)
> 29 December 2025
- feat(track): allow download of individual track and fix album art [`#29`](https://github.com/Raiper34/spooty/issues/29) - feat(track): allow download of individual track and fix album art [`#29`](https://github.com/Raiper34/spooty/issues/29)
- docs(readme): remove demo image and gif from readme [`a2ac579`](https://github.com/Raiper34/spooty/commit/a2ac579854a6cbc95729d434c514fb2309f7a3bb) - docs(readme): remove demo image and gif from readme [`a2ac579`](https://github.com/Raiper34/spooty/commit/a2ac579854a6cbc95729d434c514fb2309f7a3bb)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.3.0", "version": "2.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.3.0", "version": "2.3.1",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.3.0", "version": "2.3.1",
"name": "spooty", "name": "spooty",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "backend", "name": "backend",
"version": "2.3.0", "version": "2.3.1",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.3.0", "version": "2.3.1",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",