Explorar el Código

chore: auto bump version and changelog [skip ci]

iwt hace 2 meses
padre
commit
c52d263fcb
Se han modificado 4 ficheros con 21 adiciones y 4 borrados
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 17 0
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-12bac47669cbddfb4ba0b6d9817a80619e539191
+2f57499e22c0636a0cdc8c8daaa8233cb3e9add5

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

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

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

@@ -1,6 +1,23 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.206 (2026-07-11)
+
+### Bug 修复
+- add updateTier(Long, String, String) overload to match call in PromotionTierEvalService
+
+### 新功能
+- enhance PpointService with save/delete/query methods and English javadoc
+
+### 其他
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 工程化
+- auto bump version and changelog [skip ci]
+
+
 ## v1.0.205 (2026-07-11)
 
 ### 工程化