wukong-gitlog-cli 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.
- package/CHANGELOG.md +2 -0
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.11](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.10...v1.0.11) (2025-12-01)
|
|
6
|
+
|
|
5
7
|
### [1.0.10](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.9...v1.0.10) (2025-12-01)
|
|
6
8
|
|
|
7
9
|
### [1.0.9](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.8...v1.0.9) (2025-12-01)
|
package/README.md
CHANGED
|
@@ -128,7 +128,7 @@ wukong-gitlog-cli --serve --port 8080 --overtime --limit 200 --out commits.txt
|
|
|
128
128
|
Open `http://localhost:3000` to view the dashboard.
|
|
129
129
|
|
|
130
130
|
<p align="center">
|
|
131
|
-
<img src="https://raw.githubusercontent.com/tomatobybike/wukong-gitlog-cli/main/images/web/overtime.jpg" width="
|
|
131
|
+
<img src="https://raw.githubusercontent.com/tomatobybike/wukong-gitlog-cli/main/images/web/overtime.jpg" width="400" alt="wukong-dev Logo" />
|
|
132
132
|
</p>
|
|
133
133
|
|
|
134
134
|
---
|
package/README.zh-CN.md
CHANGED
|
@@ -129,7 +129,7 @@ http://localhost:3000
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
<p align="center">
|
|
132
|
-
<img src="https://raw.githubusercontent.com/tomatobybike/wukong-gitlog-cli/main/images/web/overtime.jpg" width="
|
|
132
|
+
<img src="https://raw.githubusercontent.com/tomatobybike/wukong-gitlog-cli/main/images/web/overtime.jpg" width="400" alt="wukong-dev Logo" />
|
|
133
133
|
</p>
|
|
134
134
|
---
|
|
135
135
|
|