chore(release): v2.0.11

This commit is contained in:
AutoUpdater
2025-06-14 00:28:47 +00:00
parent fe79302c2a
commit 5f169b0fdb
5 changed files with 12 additions and 6 deletions
+7 -1
View File
@@ -2,14 +2,20 @@
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.11](https://github.com/Raiper34/spooty/compare/2.0.10...2.0.11)
- fix(ytdl): Upgrade ytdl package (automated) [`fe79302`](https://github.com/Raiper34/spooty/commit/fe79302c2a747093df39405e42c06c08957acc3c)
#### [2.0.10](https://github.com/Raiper34/spooty/compare/2.0.9...2.0.10) #### [2.0.10](https://github.com/Raiper34/spooty/compare/2.0.9...2.0.10)
- fix(ytdl): Upgrade ytdl package (automated) [`f74a4d2`](https://github.com/Raiper34/spooty/commit/f74a4d2ed9da50e29f4e44b0027b2891c7473ec6) > 4 June 2025
#### [2.0.9](https://github.com/Raiper34/spooty/compare/2.0.8...2.0.9) #### [2.0.9](https://github.com/Raiper34/spooty/compare/2.0.8...2.0.9)
> 8 May 2025 > 8 May 2025
- fix(ytdl): Upgrade ytdl package (automated) [`cc6a201`](https://github.com/Raiper34/spooty/commit/cc6a20196d474152eecaeb9862edfb3505ed3106)
#### [2.0.8](https://github.com/Raiper34/spooty/compare/2.0.7...2.0.8) #### [2.0.8](https://github.com/Raiper34/spooty/compare/2.0.7...2.0.8)
> 27 April 2025 > 27 April 2025
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.0.10", "version": "2.0.11",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.0.10", "version": "2.0.11",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.0.10", "version": "2.0.11",
"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.10", "version": "2.0.11",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.0.10", "version": "2.0.11",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",