Skip to content

Commit

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

* 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 Apr 19, 2023
1 parent 99bfad2 commit 0889fd9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,25 @@
* Dockerのイメージは、リリース後25~35分程度で公開されます。

---

# v4.0.3
## バグ修正
* 該当するコマンドが存在しなかった際のオートコンプリートの挙動を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1466)
* 非同期処理の失敗によりプロセスがクラッシュする可能性があった問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1473)
* ボイスチャンネルの切り替えをDiscordから行えない問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1475)
* クライアントが準備完了する前にウェブサーバーへアクセスがあると、クラッシュする問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1476)
* 再生開始後すぐにストリームが破棄された際にクラッシュする問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1478)
* Discordへの再接続時に、インタラクションのレートリミットのデータを消去する(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1481)
## ドキュメント
* キャッシュに関するドキュメントを追加(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1479, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1480)
## 依存関係のアップデート
* @sinclair/typebox 0.27.4 => 0.27.8
* soundcloud.ts 0.4.9 => 0.5.0
* mongodb 5.2.0 => 5.3.0
## その他の変更
* VSCodeで、カスタムで設定していたフォルダを隠す設定を削除(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1477)

### その他の特記事項
* Dockerのイメージは、リリース後25~35分程度で公開されます。

---
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.0.2",
"version": "4.0.3",
"description": "Simple Music Bot for Discord without any database",
"private": true,
"engines": {
Expand Down

0 comments on commit 0889fd9

Please sign in to comment.