diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dab439..a247886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,21 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [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) + #### [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) +> 8 May 2025 #### [2.0.8](https://github.com/Raiper34/spooty/compare/2.0.7...2.0.8) > 27 April 2025 +- docs(readme): remove docs, netlify and docsify, keep only readme docs for now [`bc9482c`](https://github.com/Raiper34/spooty/commit/bc9482c6cb9a47aa0d96fa34866546ec552d1e3c) +- 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) > 5 April 2025 diff --git a/package-lock.json b/package-lock.json index 1a15edc..96655c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "2.0.9", + "version": "2.0.10", "workspaces": [ "src/backend", "src/frontend" diff --git a/package.json b/package.json index 360ed73..6634c0b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.9", + "version": "2.0.10", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index 9073a89..398e61b 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.0.9", + "version": "2.0.10", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index 7ce61ca..a928526 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.0.9", + "version": "2.0.10", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",