diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd1433c6..8a595cf65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,3 +48,14 @@ - erisのアップデートが公開され、v3.11.2以前のv3.x系のすべてのバージョンで、今後数週間以内に音声接続が機能しなくなる可能性があります。そのため、v3.11.2へのアップデートを強く推奨します。 --- + +# v3.11.3 +## バグ修正 +* スキップ投票の画面が動作しない問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1162) +* 頭出しコマンドと再生コマンドに関するバグを修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1162) +* 検索コマンドのフッターが間違っていた問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1176) + +### その他の特記事項 +- Dockerのイメージは、リリース後30~40分程度で公開されます。 + +--- diff --git a/package-lock.json b/package-lock.json index 42e94895a..f08caf6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discord-music-bot", - "version": "3.11.2", + "version": "3.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "discord-music-bot", - "version": "3.11.2", + "version": "3.11.3", "license": "GPL-3.0-only", "dependencies": { "@mtripg6666tdr/async-lock": "^1.1.0", diff --git a/package.json b/package.json index 750a56db3..f6875ce70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-music-bot", - "version": "3.11.2", + "version": "3.11.3", "description": "Simple Music Bot for Discord without any database", "private": true, "main": "dist/lib.js",