chore(release): v2.0.4

This commit is contained in:
AutoUpdater
2025-03-15 15:27:25 +00:00
parent b960dc88db
commit be7f65a3a2
5 changed files with 11 additions and 5 deletions
+6
View File
@@ -2,8 +2,14 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. 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) #### [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) - 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) #### [2.0.2](https://github.com/Raiper34/spooty/compare/2.0.1...2.0.2)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.0.3", "version": "2.0.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.0.3", "version": "2.0.4",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.0.3", "version": "2.0.4",
"name": "spooty", "name": "spooty",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "backend", "name": "backend",
"version": "2.0.3", "version": "2.0.4",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.0.3", "version": "2.0.4",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",