Skip to content

Commit 88d4e3b

Browse files
authored
chore(release): v1.0.25 (#774)
Change-Id: I9713902d6d7fdfb399e59d8ae23009789a71be3d
1 parent 7c68639 commit 88d4e3b

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.0.25] - 2026-05-07
6+
7+
### Features
8+
9+
- Add skills version drift notice and unify update flow (#723)
10+
11+
### Bug Fixes
12+
13+
- Remove misleading default value from `--as` flag help text (#769)
14+
- Handle negative truncate lengths (#744)
15+
- Reject invalid JSON pointer escapes (#741)
16+
- Migrate task shortcut errors to structured `output.Errorf`/`ErrValidation` (#740)
17+
18+
### Documentation
19+
20+
- Clarify base `user_open_id` guidance (#763)
21+
522
## [v1.0.24] - 2026-05-06
623

724
### Features
@@ -597,6 +614,7 @@ Bundled AI agent skills for intelligent assistance:
597614
- Bilingual documentation (English & Chinese).
598615
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
599616

617+
[v1.0.25]: https://github.com/larksuite/cli/releases/tag/v1.0.25
600618
[v1.0.24]: https://github.com/larksuite/cli/releases/tag/v1.0.24
601619
[v1.0.23]: https://github.com/larksuite/cli/releases/tag/v1.0.23
602620
[v1.0.22]: https://github.com/larksuite/cli/releases/tag/v1.0.22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@larksuite/cli",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)