chore(release): v2.4.2

This commit is contained in:
Raiper34
2026-04-18 11:08:31 +00:00
parent 11d77a4213
commit 32ab29b2e6
5 changed files with 11 additions and 5 deletions
+6
View File
@@ -2,8 +2,14 @@
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.4.2](https://github.com/Raiper34/spooty/compare/2.4.1...2.4.2)
- fix(spotify): use data.next for playlist pagination instead of filtered track count [`#52`](https://github.com/Raiper34/spooty/issues/52) [`#35`](https://github.com/Raiper34/spooty/issues/35)
#### [2.4.1](https://github.com/Raiper34/spooty/compare/2.4.0...2.4.1) #### [2.4.1](https://github.com/Raiper34/spooty/compare/2.4.0...2.4.1)
> 7 February 2026
- fix(docker): fix docker node version [`a14f5ea`](https://github.com/Raiper34/spooty/commit/a14f5eab6805acdf4755dbd8f37a289a0d675c12) - fix(docker): fix docker node version [`a14f5ea`](https://github.com/Raiper34/spooty/commit/a14f5eab6805acdf4755dbd8f37a289a0d675c12)
#### [2.4.0](https://github.com/Raiper34/spooty/compare/2.3.4...2.4.0) #### [2.4.0](https://github.com/Raiper34/spooty/compare/2.3.4...2.4.0)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.4.1", "version": "2.4.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.4.1", "version": "2.4.2",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.4.1", "version": "2.4.2",
"name": "spooty", "name": "spooty",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "backend", "name": "backend",
"version": "2.4.1", "version": "2.4.2",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.4.1", "version": "2.4.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",