Skip to content

0.2.4

Choose a tag to compare

@Jonny-china Jonny-china released this 21 Jun 16:28
· 5 commits to main since this release

🐛 修复

  • 二进制版本号内联错误:release.yml 编译二进制时根 package.json 仍是上一版本号,cli.ts 经 import attribute 把旧版本内联进 --compile 二进制,导致 @3router/<plat>@X.Y.Z 的二进制报上一版本(0.2.3 包内联 0.2.2,npx 3router status 显示 v0.2.2,重装无效)。编译前增加「写主包版本号」步骤。
  • 默认监听 127.0.0.1:收紧本地代理暴露面。

🔧 重构

  • 代码质量与冗余精简
  • Bun 规范对齐(spawnSync / import.meta / 去 consola cast)

✨ 其他

  • 新增 release-3router 发布 skill + .claude 入库
  • 同步 pnpm-lock.yaml(@3router/* 0.2.2→0.2.3)