Browse Source

chore: auto bump version and changelog [skip ci]

iwt 2 months ago
parent
commit
512ead4956
4 changed files with 10 additions and 4 deletions
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 6 0
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-0d68a7ae3c098719c91495bbd00b4ff71f475b3d
+12bac47669cbddfb4ba0b6d9817a80619e539191

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

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

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

@@ -1,6 +1,12 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.205 (2026-07-11)
+
+### 工程化
+- auto bump version and changelog [skip ci]
+
+
 ## v1.0.204 (2026-07-11)
 
 ### 工程化