Skip to content

Commit

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

* Update CHANGELOG.md

* 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 Jun 28, 2024
1 parent 3c9a23c commit 32c1f65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,15 @@ Node.js v16以上の環境で動作することを想定していますが、で
* Dockerのイメージは、リリース後30~40分程度で公開されます。

---

# v4.3.2
## バグ修正
* 一部のコマンドを使用した際にクラッシュすることがある問題を修正 (https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/2451)
* 再生中にエラーが発生した場合に、クラッシュすることがある問題を修正 (https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/2452)
## その他の変更
* Docker のアップデートによる仕様変更に合わせ、`docker-compose.yml``compose.yml`に変更し、`version`を削除するなどの対応を行いました (https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/2454)
## その他の特記事項
* 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.1",
"version": "4.3.2",
"description": "Simple Music Bot for Discord without any database",
"private": true,
"engines": {
Expand Down

0 comments on commit 32c1f65

Please sign in to comment.