From be7f65a3a2efe4c413ae7b256866752de2d2c6b3 Mon Sep 17 00:00:00 2001 From: AutoUpdater Date: Sat, 15 Mar 2025 15:27:25 +0000 Subject: [PATCH] chore(release): v2.0.4 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- src/backend/package.json | 2 +- src/frontend/package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b4116..6139b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [2.0.4](https://github.com/Raiper34/spooty/compare/2.0.3...2.0.4) + +- fix(ytdl): Upgrade ytdl package (automated) [`b960dc8`](https://github.com/Raiper34/spooty/commit/b960dc88db2a44c5865cb5c6f5964e4b4ffedc3f) + #### [2.0.3](https://github.com/Raiper34/spooty/compare/2.0.2...2.0.3) +> 15 March 2025 + - fix(ytdl): Upgrade ytdl package (automated) [`844d026`](https://github.com/Raiper34/spooty/commit/844d02668512cb8446f27f5629412fb5331b1298) #### [2.0.2](https://github.com/Raiper34/spooty/compare/2.0.1...2.0.2) diff --git a/package-lock.json b/package-lock.json index ec27a41..22bffad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.0.3", + "version": "2.0.4", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index 7819e29..681c772 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.3", + "version": "2.0.4", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index f289bbc..3470ccb 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.0.3", + "version": "2.0.4", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index de3beb0..ba3c5c2 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.0.3", + "version": "2.0.4", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",