@adonis0123/weekly-report 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,7 +61,7 @@ project-backend
61
61
  - [@adonis0123/commit](https://www.npmjs.com/package/@adonis0123/commit) - 提交信息生成
62
62
  - [@adonis0123/staged-changes-review](https://www.npmjs.com/package/@adonis0123/staged-changes-review) - 代码审查
63
63
  - [@adonis0123/create-skill](https://www.npmjs.com/package/@adonis0123/create-skill) - 创建新技能包
64
-
64
+ - [@adonis0123/code-doc-generator](https://www.npmjs.com/package/@adonis0123/code-doc-generator) - 代码文档生成
65
65
  ## License
66
66
 
67
67
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonis0123/weekly-report",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Claude Code Skill - 自动读取 Git 提交记录生成周报,支持多仓库汇总和智能过滤",
5
5
  "scripts": {
6
6
  "postinstall": "node install-skill.js",