@spaceflow/review-summary 0.29.0 → 0.30.0

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/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.29.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.28.0...@spaceflow/review-summary@0.29.0) (2026-03-03)
4
+
5
+ ### 代码重构
6
+
7
+ * **review:** 优化无效问题统计逻辑,排除已修复和已解决的问题 ([1de7b2a](https://github.com/Lydanne/spaceflow/commit/1de7b2a23fcc3ff73f679fc219342e111d96acf7))
8
+
9
+ ### 其他修改
10
+
11
+ * **review:** released version 0.61.0 [no ci] ([f48fa24](https://github.com/Lydanne/spaceflow/commit/f48fa24b378fef0efe95972ef32c0a256a569a7f))
12
+
3
13
  ## [0.28.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.27.0...@spaceflow/review-summary@0.28.0) (2026-03-02)
4
14
 
5
15
  ### 代码重构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/review-summary",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Spaceflow 审查统计命令,根据时间范围统计 PR 贡献情况,按人员汇总并排序",
5
5
  "license": "MIT",
6
6
  "author": "Lydanne",
@@ -16,7 +16,7 @@
16
16
  "main": "./dist/index.js",
17
17
  "dependencies": {
18
18
  "micromatch": "^4.0.8",
19
- "@spaceflow/review": "0.61.0"
19
+ "@spaceflow/review": "0.62.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/micromatch": "^4.0.9",