Skip to content

Commit cdae999

Browse files
authored
chore(release): v1.0.42 (#1137)
Change-Id: Id4478295cf364a01b712b7ddcd4a6cbdc264e28d
1 parent 36ff632 commit cdae999

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.42] - 2026-05-27
6+
7+
### Features
8+
9+
- **mail**: Add `+draft-send` shortcut for batch draft sending (#1017)
10+
- **im**: Enrich messages with reactions and output `update_time` (#1095)
11+
- **schema**: Output JSON spec envelope for all API commands (#1048)
12+
- **event**: Support `vc` / `note` / `minute` events (#1113)
13+
- **drive**: Add secure label shortcuts (#985)
14+
- **affordance**: Use description and command in affordance example schema (#1126)
15+
16+
### Bug Fixes
17+
18+
- **docs**: Remove unsupported `fetch` text format (#1109)
19+
20+
### Refactor
21+
22+
- **auth**: Drop duplicate top-level user fields in `status` (#1128)
23+
24+
### Documentation
25+
26+
- **doc**: Document block anchor URLs in `lark-doc` skill (#1120)
27+
- **whiteboard**: Improve SVG/Mermaid instructions (#1097)
28+
529
## [v1.0.41] - 2026-05-26
630

731
### Features
@@ -886,6 +910,7 @@ Bundled AI agent skills for intelligent assistance:
886910
- Bilingual documentation (English & Chinese).
887911
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
888912

913+
[v1.0.42]: https://github.com/larksuite/cli/releases/tag/v1.0.42
889914
[v1.0.41]: https://github.com/larksuite/cli/releases/tag/v1.0.41
890915
[v1.0.40]: https://github.com/larksuite/cli/releases/tag/v1.0.40
891916
[v1.0.39]: https://github.com/larksuite/cli/releases/tag/v1.0.39

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

0 commit comments

Comments
 (0)