From a4730ccd3bddf88092e4fb3f19a100dd8ce13a3e Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:08:39 +0800 Subject: [PATCH] chore(release): v1.0.20 Change-Id: I1fdfa09633bfbe385a191a95b605e1dbcf011768 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722bbc8a5..6ae824ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [v1.0.20] - 2026-04-27 + +### Features + +- **drive**: Add `+search` shortcut with flat filter flags (#658) +- **mail**: Support sharing emails to IM chats via `+share-to-chat` (#637) +- **calendar**: Add `+update` shortcut (#678) +- **im**: Add `--at-chatter-ids` filter to `+messages-search` (#612) +- **pagination**: Preserve pagination state on truncation and natural end (#659) +- **lark-im**: Add `chat.members.bots` to skill docs (#616) + +### Bug Fixes + +- **strict-mode**: Reject explicit `--as` instead of silently overriding it (#673) +- **whiteboard**: Manual disable edge case for svg compatibility (#661) + +### Documentation + +- **lark-drive**: Add missing import command examples (#669) +- **readme**: Add Project (Meegle) to Features table (#660) + ## [v1.0.19] - 2026-04-24 ### Features diff --git a/package.json b/package.json index eb9d386cf..4640f92f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.19", + "version": "1.0.20", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"