浏览代码

chore: auto bump version and changelog [skip ci]

iwt 2 月之前
父节点
当前提交
8831e23745
共有 5 个文件被更改,包括 23 次插入5 次删除
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 9 0
      cfc-web/public/CHANGELOG-v1.0.md
  5. 10 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-399bd19474d2e3238cc59e50f64bedb42880b384
+181ce371c52902d0110d30c49a62e2f12b1a05e1

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.398",
+  "version": "1.0.399",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.398",
+      "version": "1.0.399",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.399",
+  "version": "1.0.400",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 9 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,15 @@
 
 ---
 
+## v1.0.400 (2026-07-18)
+
+### 重构
+- make indicator ranges computable with min/max + status levels
+
+### 新功能
+- add report indicator knowledge base with standard ranges and descriptions
+
+
 ## v1.0.399 (2026-07-18)
 
 ### Bug 修复

+ 10 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.399
+> 当前版本: v1.0.400
 
 ## 历史版本
 
@@ -8,6 +8,15 @@
 
 ---
 
+## v1.0.400 (2026-07-18)
+
+### 重构
+- make indicator ranges computable with min/max + status levels
+
+### 新功能
+- add report indicator knowledge base with standard ranges and descriptions
+
+
 ## v1.0.399 (2026-07-18)
 
 ### Bug 修复