From b952a529570d59c48cea1ab3d557b67caa27aa7a Mon Sep 17 00:00:00 2001 From: AutoUpdater Date: Tue, 1 Apr 2025 00:31:19 +0000 Subject: [PATCH] chore(release): v2.0.6 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/backend/package.json | 2 +- src/frontend/package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1478fcf..316ffd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [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) + #### [2.0.5](https://github.com/Raiper34/spooty/compare/2.0.4...2.0.5) +> 20 March 2025 + +- ci(docker): fix docker buildx in release-it for github actions [`db65823`](https://github.com/Raiper34/spooty/commit/db65823ce0794280cb373a4381e24ad704a4db56) - 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) diff --git a/package-lock.json b/package-lock.json index c8a9ed2..f911478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.0.5", + "version": "2.0.6", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index 8dbfaf1..a6c7d15 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.5", + "version": "2.0.6", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index c80fbfe..61acf1a 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.0.5", + "version": "2.0.6", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index 1ba3d0a..4072317 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.0.5", + "version": "2.0.6", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",