Skip to content

Commit

Permalink
Bump: package version to v4.0.0-beta.10 (#1383)
Browse files Browse the repository at this point in the history
* Bump: package version to v4.0.0-beta.10

* update changelog
  • Loading branch information
mtripg6666tdr authored Apr 8, 2023
1 parent 5698557 commit 8b2e818
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,26 @@
* Dockerのイメージは、リリース後30~40分程度で公開されます。

---

# v4.0.0-beta.10
**これは、プレリリースバージョンです**
## 機能修正/変更
* `ピング`コマンドでUDP接続のpingをWebSocket接続のpingに変更(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1376)
* フォールバック時の音質をより高音質なものに修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1380)
## バグ修正
* `キャンセル`ボタンの挙動を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1378)
* コマンドの同期のバグを修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1381)
## 依存関係のアップデート
* @mtripg6666tdr/oceanic-command-resolver 1.0.0-alpha.9 => 1.0.0
## ドキュメント
* READMEにフランス語を追加(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1373, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1377)
* ドキュメントの更新(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1379)
## その他の変更
* 継続的な翻訳(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1370, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1375)

## その他の特記事項
* これはプレリリースのベータ版です。**`config.json``debug``true`に設定しないと起動しないようになっています。**
* v4系では、Node.js v16.16以上が必須となります。
* Dockerのイメージは、リリース後30~40分程度で公開されます。

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

0 comments on commit 8b2e818

Please sign in to comment.