From a81a6e274e4ab1a6ea5a2658ee87bcefff49b5ff Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:09:36 +0800 Subject: [PATCH] chore: release v1.0.60 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a3c0ff1..932a61a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [v1.0.60] - 2026-06-29 + +### Features + +- **affordance**: Per-command usage guidance system with markdown source (#1565) +- **event**: Support VC meeting lifecycle events (#1632) +- **sheets**: Use `office_sheet_file` parent_type for imported office spreadsheets (#1606) +- **authorization**: Expand lark-shared auth guidance and assert clean logout JSON (#1598) +- **transport**: Add `LARK_CLI_NO_PROXY_WARN` to silence proxy warning (#1647) + +### Bug Fixes + +- **install**: Load `@clack/prompts` via dynamic import to avoid `ERR_REQUIRE_ESM` (#1652) + +### Tests + +- **doc**: Derive fetch test flag defaults from `v2FetchFlags` (#1428) + +### Build + +- **ci**: Reduce public content false positives + ## [v1.0.59] - 2026-06-26 ### Features @@ -1277,6 +1299,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.60]: https://github.com/larksuite/cli/releases/tag/v1.0.60 [v1.0.59]: https://github.com/larksuite/cli/releases/tag/v1.0.59 [v1.0.58]: https://github.com/larksuite/cli/releases/tag/v1.0.58 [v1.0.57]: https://github.com/larksuite/cli/releases/tag/v1.0.57 diff --git a/package.json b/package.json index 61342a1a2..451640644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.59", + "version": "1.0.60", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"