chore(release): v2.1.0

This commit is contained in:
Raiper34
2025-08-12 21:39:09 +00:00
parent b8309f2d01
commit 76fdff0cdb
5 changed files with 13 additions and 5 deletions
+8
View File
@@ -2,14 +2,22 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [2.1.0](https://github.com/Raiper34/spooty/compare/2.0.11...2.1.0)
- feat(track): add track cover art into downloaded file [`#24`](https://github.com/Raiper34/spooty/issues/24)
#### [2.0.11](https://github.com/Raiper34/spooty/compare/2.0.10...2.0.11)
> 14 June 2025
- 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)
> 4 June 2025
- fix(ytdl): Upgrade ytdl package (automated) [`f74a4d2`](https://github.com/Raiper34/spooty/commit/f74a4d2ed9da50e29f4e44b0027b2891c7473ec6)
#### [2.0.9](https://github.com/Raiper34/spooty/compare/2.0.8...2.0.9)
> 8 May 2025
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "spooty",
"version": "2.0.11",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spooty",
"version": "2.0.11",
"version": "2.1.0",
"workspaces": [
"src/backend",
"src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "2.0.11",
"version": "2.1.0",
"name": "spooty",
"workspaces": [
"src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.0.11",
"version": "2.1.0",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.0.11",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",