From 0a82d6908b0f2346130942880bda24c0b7ef90b8 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:57:05 -0400 Subject: Updated ytdl-core (#1053) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc84a18..10b3896 100644 --- a/package.json +++ b/package.json @@ -89,8 +89,8 @@ "@discordjs/opus": "^0.8.0", "@discordjs/rest": "1.0.1", "@discordjs/voice": "0.11.0", + "@distube/ytdl-core": "^4.13.7", "@distube/ytsr": "^2.0.0", - "@distube/ytdl-core": "^4.13.5", "@prisma/client": "4.16.0", "@types/libsodium-wrappers": "^0.7.9", "array-shuffle": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index c8b1cf2..5fa5f69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -152,10 +152,10 @@ tslib "^2.5.0" ws "^8.13.0" -"@distube/ytdl-core@^4.13.5": - version "4.13.5" - resolved "https://registry.yarnpkg.com/@distube/ytdl-core/-/ytdl-core-4.13.5.tgz#f9bacaa43225953d0ccd2a682a31d9dbbc378973" - integrity sha512-g+4UJIR/auAJbia7iB0aWvaJDbs22P53NySWa47b1NT4xMTDJYguxHFArPrvRkcJrb/AgKjv/XoSZGghpL0CJA== +"@distube/ytdl-core@^4.13.7": + version "4.13.7" + resolved "https://registry.yarnpkg.com/@distube/ytdl-core/-/ytdl-core-4.13.7.tgz#4b48e009eb8df6ea21623c18999a4dd76d893fbf" + integrity sha512-xpovwZVPwQ0R4Mrwt/fhh1rqmBjiZ5qj30ck5kz+mQJ5XPzW9dUiTDz89qCxO3YvgbCAqaC5BNNnWiFC2uCV5Q== dependencies: http-cookie-agent "^6.0.5" m3u8stream "^0.8.6" -- cgit v1.2.3 From 8ad0558da356a9413127738cf9a58003865ed05a Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 4 Aug 2024 11:57:59 -0700 Subject: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d98c8a..7b5a452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- bumped ytdl-core + ## [2.9.0] - 2024-07-17 ### Added -- cgit v1.2.3 From 938a2b19c1d183715416eb58c306c1c35e133006 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 4 Aug 2024 11:58:13 -0700 Subject: Release 2.9.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5a452..783217a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.9.1] - 2024-08-04 + ### Fixed - bumped ytdl-core @@ -321,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.0...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.1...HEAD +[2.9.1]: https://github.com/codetheweb/muse/compare/v2.9.0...v2.9.1 [2.9.0]: https://github.com/codetheweb/muse/compare/v2.8.1...v2.9.0 [2.8.1]: https://github.com/codetheweb/muse/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/codetheweb/muse/compare/v2.7.1...v2.8.0 diff --git a/package.json b/package.json index 10b3896..ae5aecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.9.0", + "version": "2.9.1", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:codetheweb/muse.git", "author": "Max Isom ", -- cgit v1.2.3