From 25edff3056f1c449bcef9c0f06b1d53b0df24801 Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Thu, 7 May 2026 21:04:01 +0800 Subject: [PATCH] chore(release): v1.0.25 Change-Id: I9713902d6d7fdfb399e59d8ae23009789a71be3d --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c73e6d31..1d859794f2 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.25] - 2026-05-07 + +### Features + +- Add skills version drift notice and unify update flow (#723) + +### Bug Fixes + +- Remove misleading default value from `--as` flag help text (#769) +- Handle negative truncate lengths (#744) +- Reject invalid JSON pointer escapes (#741) +- Migrate task shortcut errors to structured `output.Errorf`/`ErrValidation` (#740) + +### Documentation + +- Clarify base `user_open_id` guidance (#763) + ## [v1.0.24] - 2026-05-06 ### Features @@ -597,6 +614,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.25]: https://github.com/larksuite/cli/releases/tag/v1.0.25 [v1.0.24]: https://github.com/larksuite/cli/releases/tag/v1.0.24 [v1.0.23]: https://github.com/larksuite/cli/releases/tag/v1.0.23 [v1.0.22]: https://github.com/larksuite/cli/releases/tag/v1.0.22 diff --git a/package.json b/package.json index 3e2f499d0b..6486eabac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.24", + "version": "1.0.25", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"