Skip to content

Commit b25ff1c

Browse files
authored
chore(release): v1.0.40 (#1086)
Change-Id: I6dabe4c03e9b8daf0e0d8c175e0f2a4c4a9bfb0e
1 parent aea9f37 commit b25ff1c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.40] - 2026-05-25
6+
7+
### Features
8+
9+
- **wiki**: Add exponential backoff retry for `+node-create` lock contention (#1012)
10+
- **auth**: Add `auth qrcode` subcommand and update auth docs/hints (#968)
11+
12+
### Bug Fixes
13+
14+
- **wiki**: Rename `+node-get --token` to `--node-token`, keep alias (#1074)
15+
- **output**: Classify wiki lock-contention error (131009) with retry hint (#1014)
16+
- **contact**: Add actionable hint when fanout search all-fail with no API code (#1054)
17+
- **permission**: Annotate auto-grant permission failures with `required_scope` and `console_url` (#1045)
18+
- **validation**: Use `ErrValidation` instead of `fmt.Errorf` in `Validate` paths (#1001)
19+
20+
### Documentation
21+
22+
- **skills**: Add 云盘/云存储 alias alongside 云空间 for agent clarity (#1073)
23+
- **task**: Refresh `lark-task` shortcut docs (#1057)
24+
525
## [v1.0.39] - 2026-05-22
626

727
### Features
@@ -840,6 +860,7 @@ Bundled AI agent skills for intelligent assistance:
840860
- Bilingual documentation (English & Chinese).
841861
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
842862

863+
[v1.0.40]: https://github.com/larksuite/cli/releases/tag/v1.0.40
843864
[v1.0.39]: https://github.com/larksuite/cli/releases/tag/v1.0.39
844865
[v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38
845866
[v1.0.37]: https://github.com/larksuite/cli/releases/tag/v1.0.37

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.39",
3+
"version": "1.0.40",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)