From 2b1fd9b905e47e57ce8c70d2f7798ed5de7093d3 Mon Sep 17 00:00:00 2001 From: AutoUpdater Date: Wed, 4 Feb 2026 00:36:24 +0000 Subject: [PATCH] chore(release): v2.3.4 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- src/backend/package.json | 2 +- src/frontend/package.json | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39753f9..3100f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,20 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [2.3.4](https://github.com/Raiper34/spooty/compare/2.3.3...2.3.4) + +- fix(ytdl): Upgrade ytdl package (automated) [`ef32347`](https://github.com/Raiper34/spooty/commit/ef32347903d7caa2cc72c9c54341195b2ac0bb96) + #### [2.3.3](https://github.com/Raiper34/spooty/compare/2.3.2...2.3.3) -- fix(ytdl): Upgrade ytdl package (automated) [`cc552d1`](https://github.com/Raiper34/spooty/commit/cc552d1def309a3633aa67ca7f3659eb44ef47b2) +> 30 January 2026 #### [2.3.2](https://github.com/Raiper34/spooty/compare/2.3.1...2.3.2) > 26 January 2026 +- fix(ytdl): Upgrade ytdl package (automated) [`531730b`](https://github.com/Raiper34/spooty/commit/531730bc57f9ab1339277ad995f37611a9f55aa8) + #### [2.3.1](https://github.com/Raiper34/spooty/compare/2.3.0...2.3.1) > 23 January 2026 diff --git a/package-lock.json b/package-lock.json index 8b28e0b..86e8281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.3.3", + "version": "2.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.3.3", + "version": "2.3.4", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index 20a2dc7..c812d37 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.3", + "version": "2.3.4", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index 7f27e86..5167305 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.3.3", + "version": "2.3.4", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index ecc227c..b84e557 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.3.3", + "version": "2.3.4", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",