mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Merge branch 'codetheweb:master' into master
This commit is contained in:
commit
a61488c481
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue