Skip to content

Commit

Permalink
Bump: package version to v4.3.9 (#2600)
Browse files Browse the repository at this point in the history
* Bump: package version to v4.3.9

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mtripg6666tdr and github-actions[bot] authored Sep 8, 2024
1 parent 8e9f358 commit d224435
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,28 @@ Node.js v16以上の環境で動作することを想定していますが、で
* Dockerのイメージは、リリース後10~20分程度で公開されます。

---

# v4.3.9
お待たせしました! みなさんのご支援に感謝いたします💖
## バグ修正
* 一部のソースの再生が機能しなくなったのを暫定的に修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/2598)
* しかしながら、引き続き必要に応じて修正パッチをリリースしていきます。
* 依存関係のアップデートに関する修正
## 依存関係のアップデート
* @discordjs/voice 0.16.1 => 0.17.0
* @distube/ytdl-core 4.13.5 => 4.14.4
* @sinclair/typebox 0.32.35 => 0.33.9
* comment-json 4.2.4 => 4.2.5
* i18next 23.12.2 => 23.14.0
* i18next-fs-backend 2.3.1 => 2.3.2
* oceanic.js 1.11.1 => 1.11.2
* tslib 2.6.3 => 2.7.0
## その他の特記事項
* 開発者より:しばらくの間、作業が全くできず申し訳ありませんでした。みなさんの支援があってこそ、再度バグ修正をリリースすることができたと思っています。本当にありがとうございました。これからもどうぞよろしくお願いいたします。
* 今回は、とにかく一番迅速に修正すべきものを優先的に修正したため、バグが多々残っております。
* 引き続き、一か月程度溜まってしまっていたバグ修正に取り組んでいこうと思っております。
* バグ等発見されたら、重複していても構いませんので、ぜひサポートサーバーやIssueなどでお知らせください。
* Node.jsは、最新のLTSのバージョンをご利用いただくことを強く推奨しています。v16以上であれば動作はしますが、一部機能が制限されることがあります。詳しくは[こちら](https://web.usamyon.moe/Discord-SimpleMusicBot/docs/next/setup/support#nodejs%E3%81%AE%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%E3%81%AB%E3%82%88%E3%82%8B%E6%A9%9F%E8%83%BD%E3%81%AE%E9%81%95%E3%81%84)をご覧ください。
* Dockerのイメージは、リリース後10~20分程度で公開されます。

---
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-music-bot",
"version": "4.3.8",
"version": "4.3.9",
"description": "Simple Music Bot for Discord without any database",
"private": true,
"engines": {
Expand Down

0 comments on commit d224435

Please sign in to comment.