diff --git a/CHANGELOG.md b/CHANGELOG.md index cc055e0..52a21ec 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.2.3] - 2023-04-04 +- Updated ytsr dependency to fix (reading 'reelPlayerHeaderRenderer') error ## [2.2.2] - 2023-03-18 ### Changed - Removed youtube.ts package @@ -229,7 +231,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.2.2...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.2.3...HEAD +[2.2.3]: https://github.com/codetheweb/muse/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/codetheweb/muse/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/codetheweb/muse/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/codetheweb/muse/compare/v2.1.9...v2.2.0 diff --git a/package.json b/package.json index 0e7f395..8dbba98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.2.2", + "version": "2.2.3", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:codetheweb/muse.git", "author": "Max Isom ", @@ -112,6 +112,6 @@ "tsx": "3.8.2", "xbytes": "^1.7.0", "ytdl-core": "^4.11.2", - "ytsr": "^3.8.0" + "ytsr": "^3.8.1" } }