Merge branch 'codetheweb:master' into master

This commit is contained in:
Oliver Traber 2023-04-15 20:36:24 +02:00 committed by GitHub
commit a61488c481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.2.3] - 2023-04-04
- Updated ytsr dependency to fix (reading 'reelPlayerHeaderRenderer') error
## [2.2.2] - 2023-03-18 ## [2.2.2] - 2023-03-18
### Changed ### Changed
- Removed youtube.ts package - Removed youtube.ts package
@ -229,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Initial release - 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.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.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 [2.2.0]: https://github.com/codetheweb/muse/compare/v2.1.9...v2.2.0

View file

@ -1,6 +1,6 @@
{ {
"name": "muse", "name": "muse",
"version": "2.2.2", "version": "2.2.3",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ", "description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "git@github.com:codetheweb/muse.git", "repository": "git@github.com:codetheweb/muse.git",
"author": "Max Isom <hi@maxisom.me>", "author": "Max Isom <hi@maxisom.me>",
@ -112,6 +112,6 @@
"tsx": "3.8.2", "tsx": "3.8.2",
"xbytes": "^1.7.0", "xbytes": "^1.7.0",
"ytdl-core": "^4.11.2", "ytdl-core": "^4.11.2",
"ytsr": "^3.8.0" "ytsr": "^3.8.1"
} }
} }