Skip to content

Commit

Permalink
fix(docs): update the CHANGELOG of module
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Nov 30, 2024
1 parent 494ac78 commit ca4eb77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion module/CHANGELOG-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## 5.1.3 (2024/11/30)

- 修复拥有 `hooks.ps1` 的补全命令的动态补全不生效的问题。
- 当模块需要更新时,会尝试多种更新方式。
- 当后续模块需要更新时,会尝试多种更新方式。
- 其他的优化和修复。

## 5.1.2 (2024/11/27)
Expand Down
8 changes: 4 additions & 4 deletions module/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"info": {
"zh-CN": [
"更新(2024/11/30)\n",
"- 修复拥有 hooks 的补全命令的动态补全不生效的问题。\n",
"- 当模块需要更新时,会尝试多种更新方式。\n",
"- 修复拥有 hooks.ps1 的补全命令的动态补全不生效的问题。\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",
"- Fix the issue of dynamic completion not taking effect for commands with hooks.ps1.\n",
"- When subsequent module needs to be updated, it will try multiple update methods.\n",
"- Other optimizations and fixes.\n"
]
}
Expand Down
2 changes: 1 addition & 1 deletion module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## 5.1.3 (2024/11/30)

- Fix the issue of dynamic completion not taking effect for commands with `hooks.ps1`.
- When a module needs to be updated, it will try multiple update methods.
- When subsequent module needs to be updated, it will try multiple update methods.
- Other optimizations and fixes.

## 5.1.2 (2024/11/27)
Expand Down

0 comments on commit ca4eb77

Please sign in to comment.