chore(release): v2.0.5

This commit is contained in:
AutoUpdater
2025-03-20 00:26:33 +00:00
parent 16c57aaefd
commit 5d5da6d6b2
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.
#### [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)
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "2.0.4",
"version": "2.0.5",
"name": "spooty",
"workspaces": [
"src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -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",