chore(release): v2.0.9

This commit is contained in:
AutoUpdater
2025-05-08 00:28:53 +00:00
parent cc6a20196d
commit d417d21eca
5 changed files with 10 additions and 7 deletions
+5 -2
View File
@@ -2,10 +2,13 @@
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.9](https://github.com/Raiper34/spooty/compare/2.0.8...2.0.9)
- 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)
- docs(readme): remove docs, netlify and docsify, keep only readme docs for now [`bc9482c`](https://github.com/Raiper34/spooty/commit/bc9482c6cb9a47aa0d96fa34866546ec552d1e3c) > 27 April 2025
- fix(ytdl): Upgrade ytdl package (automated) [`17b875e`](https://github.com/Raiper34/spooty/commit/17b875e2825cb739767565be5d86aba3a48a9208)
#### [2.0.7](https://github.com/Raiper34/spooty/compare/2.0.6...2.0.7) #### [2.0.7](https://github.com/Raiper34/spooty/compare/2.0.6...2.0.7)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.0.8", "version": "2.0.9",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.0.8", "version": "2.0.9",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.0.8", "version": "2.0.9",
"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.8", "version": "2.0.9",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.0.8", "version": "2.0.9",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",