Skip to content

Commit

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

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
mtripg6666tdr authored Mar 27, 2023
1 parent ce8954f commit 3f67dc9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,22 @@
* Dockerのイメージは、リリース後30~40分程度で公開されます。

---

# v4.0.0-beta.3
**これは、プレリリースバージョンです**
## 機能追加
* サーバーのロケールを取得するよう試みる(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1263)
* サーバーからキックされた/サーバーが削除された際にデータベースのデータを可能な場合削除する(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1266)
## バグ修正
* 権限の文言を翻訳(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1267)
## ドキュメント
* ドキュメントの継続的なアップデート(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1265)
## その他の変更
* 継続的な翻訳(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1262, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1264)

## その他の特記事項
* これはプレリリースのベータ版です。**`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.2",
"version": "4.0.0-beta.3",
"description": "Simple Music Bot for Discord without any database",
"private": true,
"engines": {
Expand Down

0 comments on commit 3f67dc9

Please sign in to comment.