From 8a268aa2d2b11b87c12331b033e1fb4cd1ce292b Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Fri, 26 Jun 2026 20:46:51 +0800 Subject: [PATCH] chore: release v1.0.59 (#1617) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d8081e..c4a3c0ff 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 a459b9c9..61342a1a 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"