From b675a598a3b16417c50f004d985b92d154ffdbd7 Mon Sep 17 00:00:00 2001 From: AutoUpdater Date: Mon, 26 Jan 2026 00:35:37 +0000 Subject: [PATCH] chore(release): v2.3.2 --- CHANGELOG.md | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- src/backend/package.json | 2 +- src/frontend/package.json | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815d258..2831fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [2.3.2](https://github.com/Raiper34/spooty/compare/2.3.1...2.3.2) + +- 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) -- 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) +> 23 January 2026 #### [2.3.0](https://github.com/Raiper34/spooty/compare/2.2.1...2.3.0) diff --git a/package-lock.json b/package-lock.json index bce4190..54ee08e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.3.1", + "version": "2.3.2", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index ce7c9fe..acb0f2c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index 11f6188..ab642e7 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.3.1", + "version": "2.3.2", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index 3d61943..c972a6a 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.3.1", + "version": "2.3.2", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",