diff --git a/CHANGELOG.md b/CHANGELOG.md index 6139b3c..1478fcf 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.5](https://github.com/Raiper34/spooty/compare/2.0.4...2.0.5) + +- fix(ytdl): Upgrade ytdl package (automated) [`16c57aa`](https://github.com/Raiper34/spooty/commit/16c57aaefd599f04b0a88723d55751f4ba27383a) + #### [2.0.4](https://github.com/Raiper34/spooty/compare/2.0.3...2.0.4) +> 15 March 2025 + - 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) diff --git a/package-lock.json b/package-lock.json index 0d12970..5b9b0c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.0.4", + "version": "2.0.5", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index c793794..7d991f5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index 313823f..4164665 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.0.4", + "version": "2.0.5", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index ba3c5c2..1ba3d0a 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.0.4", + "version": "2.0.5", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",