From feae09d0bf6e14754c8017ef8f7415f1514ef716 Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:51:27 +0800 Subject: [PATCH] chore(release): v1.0.19 Change-Id: I551f756deb8e244cf9b4ba47720ef299195859ec --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0ed7746..722bbc8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [v1.0.19] - 2026-04-24 + +### Features + +- **mail**: Add read receipt support — `--request-receipt` on compose, `+send-receipt` / `+decline-receipt` for response +- **doc**: Add v2 API for `docs +create` / `+fetch` / `+update` (#638) +- **im**: Request thread roots for chat message list (#635) +- **drive**: Support wiki node targets in `+upload` (#611) +- **config**: Block `auth` / `config` when external credential provider is active (#627) +- **whiteboard**: Pin `whiteboard-cli` to `v0.2.10` in `lark-whiteboard` skill (#649) + ## [v1.0.18] - 2026-04-23 ### Features @@ -488,6 +499,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.19]: https://github.com/larksuite/cli/releases/tag/v1.0.19 [v1.0.18]: https://github.com/larksuite/cli/releases/tag/v1.0.18 [v1.0.17]: https://github.com/larksuite/cli/releases/tag/v1.0.17 [v1.0.16]: https://github.com/larksuite/cli/releases/tag/v1.0.16 diff --git a/package.json b/package.json index c1cb87b20..eb9d386cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.18", + "version": "1.0.19", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"