From 99655220a78e43d3158f9d06b88a86c499c578e4 Mon Sep 17 00:00:00 2001 From: Joe Howard Date: Mon, 31 Mar 2025 20:46:40 -0500 Subject: [PATCH] Release 2.11.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d858c4f..1e0297c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.11.0] - 2025-03-31 - Updated ytdl-core to 4.16.5 distubejs/ytdl-core@4.15.9...4.16.6 which includes distubejs/ytdl-core@1f57d78 fixing the sig parsing - ytdl-core dropped node 18 support distubejs/ytdl-core@60f0ab1 so updated to latest Node LTS 22 - Updated to @discordjs/opus v0.10.0 for Node 22 support @@ -362,7 +364,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[unreleased]: https://github.com/museofficial/muse/compare/v2.10.1...HEAD +[unreleased]: https://github.com/museofficial/muse/compare/v2.11.0...HEAD +[2.11.0]: https://github.com/museofficial/muse/compare/v2.10.1...v2.11.0 [2.10.1]: https://github.com/museofficial/muse/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/museofficial/muse/compare/v2.9.5...v2.10.0 [2.9.5]: https://github.com/museofficial/muse/compare/v2.9.4...v2.9.5 diff --git a/package.json b/package.json index 08b825e..83737fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.10.1", + "version": "2.11.0", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:museofficial/muse.git", "author": "Max Isom ",