Browse Source

chore: auto bump version and changelog [skip ci]

iwt 2 weeks ago
parent
commit
9e2cd0b54b

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-c65fa09b4a4f3ae2b924a58a1c4911b83d31ce35
+021210d80d694a06916c6d9e9c1caf2e00400617

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.1289",
+  "version": "1.0.1290",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.1289",
+      "version": "1.0.1290",
       "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.1290",
+  "version": "1.0.1291",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,12 @@
 
 ---
 
+## v1.0.1291 (2026-09-04)
+
+### 新功能
+- 健康报告增加 report_format 字段区分北京菌群/谷禾报告格式,前端报告详情适配
+
+
 ## v1.0.1290 (2026-09-04)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1290
+> 当前版本: v1.0.1291
 
 ## 历史版本
 
@@ -8,6 +8,12 @@
 
 ---
 
+## v1.0.1291 (2026-09-04)
+
+### 新功能
+- 健康报告增加 report_format 字段区分北京菌群/谷禾报告格式,前端报告详情适配
+
+
 ## v1.0.1290 (2026-09-04)
 
 ### Bug 修复