From e34ee5bef9ca853496eec2c8fe87827f468d1cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Tue, 14 Apr 2026 20:00:38 +0800 Subject: [PATCH] chore: prepare v1.0.11 release metadata Update the package version and changelog entry so the release branch matches the v1.0.11 changes already queued after v1.0.10. This keeps the published package version and human-readable release notes aligned without pulling unrelated local workspace changes into the release PR. Change-Id: Ia937651001e0057df4fe82bd11705c52d343f9a9 Constraint: Release PR should include only CHANGELOG.md and package.json Rejected: Include .gitignore OMX ignore update | unrelated local-only change Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep release preparation PRs limited to versioned metadata unless a release-blocking code change is required Tested: make unit-test; go mod tidy (no go.mod/go.sum changes); golangci-lint run --new-from-rev=origin/main Not-tested: npm install/publish flow --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce914c0..d4d64e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [v1.0.11] - 2026-04-14 + +### Features + +- **sheets**: Add dropdown shortcuts for data validation management (`+set-dropdown`, `+update-dropdown`, `+get-dropdown`, `+delete-dropdown`) (#461) +- **task**: Add task search, tasklist search, related-task, set-ancestor, and subscribe-event shortcuts (#377) +- Streamline interactive login by removing the extra auth confirmation step (#451) + +### Bug Fixes + +- **base**: Validate JSON object inputs for base shortcuts and reject `null` objects (#458) + +### Documentation + +- **sheets**: Document value formats for formulas and special field types (#456) +- **readme**: Add Attendance to the features table (#460) + ## [v1.0.10] - 2026-04-13 ### Features @@ -328,6 +345,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.11]: https://github.com/larksuite/cli/releases/tag/v1.0.11 [v1.0.10]: https://github.com/larksuite/cli/releases/tag/v1.0.10 [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 diff --git a/package.json b/package.json index 671019c4..1c6caa56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.10", + "version": "1.0.11", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"