Parcourir la source

chore: auto bump version and changelog [skip ci]

iwt il y a 1 mois
Parent
commit
f901a887c6

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-c38f1a8710ab4a1a8f211aa1c9c48768cabb228d
+481b7b237f862457b4c7368e63e5656dd2f1daee

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

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

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

@@ -4,6 +4,12 @@
 
 ---
 
+## v1.0.975 (2026-08-11)
+
+### Bug 修复
+- 修复测试编译错误和 FoodService 列名映射错误
+
+
 ## v1.0.974 (2026-08-11)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.974
+> 当前版本: v1.0.975
 
 ## 历史版本
 
@@ -8,6 +8,12 @@
 
 ---
 
+## v1.0.975 (2026-08-11)
+
+### Bug 修复
+- 修复测试编译错误和 FoodService 列名映射错误
+
+
 ## v1.0.974 (2026-08-11)
 
 ### Bug 修复