diff --git a/CHANGELOG.md b/CHANGELOG.md index 316ffd9..16b484d 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.0.7](https://github.com/Raiper34/spooty/compare/2.0.6...2.0.7) + +- fix(ytdl): Upgrade ytdl package (automated) [`9653db5`](https://github.com/Raiper34/spooty/commit/9653db54ea48e93526f2124b11b8012d987b7bcc) + #### [2.0.6](https://github.com/Raiper34/spooty/compare/2.0.5...2.0.6) -- feat(names): strip special characters from file and folder names [`6f39c1e`](https://github.com/Raiper34/spooty/commit/6f39c1e5dc4b8f87917a18d2a23cec6b5cd9ca60) -- fix(ytdl): Upgrade ytdl package (automated) [`5f30f31`](https://github.com/Raiper34/spooty/commit/5f30f3116f34ceb48d00e3abd5c606e8f9b7caba) +> 1 April 2025 #### [2.0.5](https://github.com/Raiper34/spooty/compare/2.0.4...2.0.5) diff --git a/package-lock.json b/package-lock.json index 4c9b856..7516860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.0.6", + "version": "2.0.7", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index a6c7d15..fcbb986 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.6", + "version": "2.0.7", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index 3e4728a..bc25314 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.0.6", + "version": "2.0.7", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index 4072317..304dfac 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.0.6", + "version": "2.0.7", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",