diff --git a/module/CHANGELOG.json b/module/CHANGELOG.json index 71f784e..922d2a2 100644 --- a/module/CHANGELOG.json +++ b/module/CHANGELOG.json @@ -1,4 +1,21 @@ [ + { + "version": "5.1.3", + "info": { + "zh-CN": [ + "更新(2024/11/30)\n", + "- 修复拥有 hooks 的补全命令的动态补全不生效的问题。\n", + "- 当模块需要更新时,会尝试多种更新方式。\n", + "- 其他的优化和修复。\n" + ], + "en-US": [ + "Update(2024/11/30)\n", + "- Fix the issue of dynamic completion not taking effect for commands with hooks.\n", + "- When a module needs to be updated, it will try multiple update methods.\n", + "- Other optimizations and fixes.\n" + ] + } + }, { "version": "5.1.2", "info": {