From 7c906212d43149fcfd462988569e0843bb6f37f1 Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:14:03 +0800 Subject: [PATCH] chore(release): v1.0.55 Change-Id: Ic0d48c5982c27be8cd43a97909f583ee8e1a0208 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74dfce70e..0ad8e65d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [v1.0.55] - 2026-06-16 + +### Features + +- **vc**: Support agent meeting event workflows (#1483) +- **drive**: Support exporting Base structure snapshots (#1481) +- **doc**: Add docx cover resource commands (#1468) +- **doc**: Support `lang` for docx fetch v2 (#1459) +- **event**: Optimize subscription precheck, links, and consumer guard (#1447) + +### Bug Fixes + +- **drive**: Validate drive import folder target (#1485) + ## [v1.0.54] - 2026-06-15 ### Features @@ -1175,6 +1189,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.55]: https://github.com/larksuite/cli/releases/tag/v1.0.55 [v1.0.54]: https://github.com/larksuite/cli/releases/tag/v1.0.54 [v1.0.53]: https://github.com/larksuite/cli/releases/tag/v1.0.53 [v1.0.52]: https://github.com/larksuite/cli/releases/tag/v1.0.52 diff --git a/package.json b/package.json index 6044fd5fb..742152cd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.54", + "version": "1.0.55", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"