From 1ff2dc578eb901bc9b57e347a1c534cf1b06fdf9 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Sat, 11 Apr 2026 22:18:31 +0800 Subject: [PATCH] chore: bump version to v1.0.9 and update changelog (#426) Change-Id: I570d2f33d08c94d6df8daf78801be1bbcd252c3e --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f54d02b6..6bc7732e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [v1.0.9] - 2026-04-11 + +### Features + +- Add attendance `user_task.query` (#405) +- Support minutes search (#359) +- **slides**: Add slides `+create` shortcut with `--slides` one-step creation (#389) +- **slides**: Return presentation URL in slides `+create` output (#425) +- **sheets**: Add dimension shortcuts for row/column operations (#413) +- **sheets**: Add cell operation shortcuts for merge, replace, and style (#412) +- **drive**: Add drive folder delete shortcut with async task polling (#415) + +### Documentation + +- **drive**: Add guide for granting document permission to current bot (#414) + ## [v1.0.8] - 2026-04-10 ### Features @@ -287,6 +303,8 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.9]: https://github.com/larksuite/cli/releases/tag/v1.0.9 +[v1.0.8]: https://github.com/larksuite/cli/releases/tag/v1.0.8 [v1.0.7]: https://github.com/larksuite/cli/releases/tag/v1.0.7 [v1.0.6]: https://github.com/larksuite/cli/releases/tag/v1.0.6 [v1.0.5]: https://github.com/larksuite/cli/releases/tag/v1.0.5 diff --git a/package.json b/package.json index da4d5fb56..93fa57820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.8", + "version": "1.0.9", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"