From 3bf885f6f75a60a973cd57c334d676fa3146dcfc Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:43:13 +0800 Subject: [PATCH] chore: release v1.0.59 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d8081ec..c4a3c0ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [v1.0.59] - 2026-06-26 + +### Features + +- **slides**: Add `+replace-pages` and `xml get` shortcuts, and expose the presentation URL (#1585) +- **minutes**: Support speaker list and no-Lark speaker replace (#1594) +- **calendar/vc/minutes**: Optimize and extend calendar, vc, minutes, and note shortcuts and skills (#1571) + +### Bug Fixes + +- **docs**: Hide docs `api-version` compat flag (#1580) + ## [v1.0.58] - 2026-06-25 ### Features @@ -1265,6 +1277,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.56]: https://github.com/larksuite/cli/releases/tag/v1.0.56 diff --git a/package.json b/package.json index a459b9c97..61342a1a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.58", + "version": "1.0.59", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"