From f82867b1593c9ef1620883bd7858349693f61c94 Mon Sep 17 00:00:00 2001 From: dsh-agent Date: Fri, 11 Sep 2026 11:17:31 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E7=89=88=E6=9C=AC=E5=8D=87?= =?UTF-8?q?=E8=87=B3=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI 的镜像标签方案是 <分支>-。重构的 16 个提交一直没动版本, 继续停在 1.1.15 会让流水线覆盖掉现有的 main-1.1.15 镜像,失去回滚点。 升到 1.2.0 后产出独立的 main-1.2.0,旧镜像保留可回退。 仅元数据变更:版本号只被 CI 读取(woodpecker.yml 里 require('./package.json').version), 运行时不依赖它,因此不影响 lint / test / build 结果。 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3f05c2..0118704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ln-bi", - "version": "1.1.15", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ln-bi", - "version": "1.1.15", + "version": "1.2.0", "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@hono/node-server": "^1.13.0", diff --git a/package.json b/package.json index 386f092..f55f368 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ln-bi", "private": true, - "version": "1.1.15", + "version": "1.2.0", "type": "module", "scripts": { "dev:local": "concurrently -k -n server,client \"npm run dev:local:server\" \"npm run dev:local:client\"",