diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4612be..0b66b58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.4.0] - 2023-07-15 +## [2.4.0] - 2023-07-19 ### Added - Pagination to the output of the `favorites list` command @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Favorites list exceeding Discord's size limit could not be viewed ([#606](https://github.com/codetheweb/muse/issues/606)) +## [2.3.1] - 2023-07-18 +### Fixed +- Bumped ytdl-core + ## [2.3.0] - 2023-05-13 ### Added - Muse now normalizes playback volume across tracks. Thanks to @UniversalSuperBox for sponsoring this feature! @@ -250,7 +254,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.3.0...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.3.1...HEAD +[2.3.1]: https://github.com/codetheweb/muse/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/codetheweb/muse/compare/v2.2.4...v2.3.0 [2.2.4]: https://github.com/codetheweb/muse/compare/v2.2.3...v2.2.4 [2.2.3]: https://github.com/codetheweb/muse/compare/v2.2.2...v2.2.3 diff --git a/package.json b/package.json index f490a6f6..5134ace5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.3.0", + "version": "2.3.1", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:codetheweb/muse.git", "author": "Max Isom ", @@ -112,7 +112,7 @@ "sync-fetch": "^0.3.1", "tsx": "3.8.2", "xbytes": "^1.7.0", - "ytdl-core": "^4.11.4", + "ytdl-core": "^4.11.5", "ytsr": "^3.8.2" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 3f401b78..0867c5e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4486,10 +4486,10 @@ yocto-queue@^1.0.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== -ytdl-core@^4.11.4: - version "4.11.4" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.4.tgz#0ee2bd04d8effa7b8762a3ba0e3d038e37dc10f2" - integrity sha512-tsVvqt++B5LSTMnCKQb4H/PFBewKj7gGPJ6KIM5gOFGMKNZj4qglGAl4QGFG8cNPP6wY54P80FDID5eN2di0GQ== +ytdl-core@^4.11.5: + version "4.11.5" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.5.tgz#8cc3dc9e4884e24e8251250cfb56313a300811f0" + integrity sha512-27LwsW4n4nyNviRCO1hmr8Wr5J1wLLMawHCQvH8Fk0hiRqrxuIu028WzbJetiYH28K8XDbeinYW4/wcHQD1EXA== dependencies: m3u8stream "^0.8.6" miniget "^4.2.2"