Skip to content

Commit

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

* 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 13, 2023
1 parent 461043d commit 528e572
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,17 @@
* Dockerのイメージは、リリース後30~40分程度で公開されます。

---

# v4.0.1
## バグ修正
* 抑制されてるボイスチャンネルで、抑制を自ら解除できないバグを修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1447)
* BGM機能が壊れている問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1448)
* エラーが正しく補足されない問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1449)
## その他の変更
* `config.json.sample`のデフォルト値を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1446)

### その他の特記事項
* 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",
"version": "4.0.1",
"description": "Simple Music Bot for Discord without any database",
"private": true,
"engines": {
Expand Down

0 comments on commit 528e572

Please sign in to comment.