Skip to content

Commit c3756f3

Browse files
authored
chore(release): v1.0.24 (#761)
Change-Id: I248e14e1d546aa1c49bdb9f443103952488f16d7
1 parent 27a2f27 commit c3756f3

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.24] - 2026-05-06
6+
7+
### Features
8+
9+
- **sheets**: Add sheet management shortcuts (#722)
10+
- **base**: Support batch record get and delete (#630)
11+
- **task**: Add upload task attachment shortcut (#736)
12+
- **drive**: Pre-flight 10000-rune total cap for `+add-comment` `reply_elements` (#605)
13+
14+
### Bug Fixes
15+
16+
- **auth**: Handle missing scopes and device flow improvements (#752)
17+
- Add url to markdown `+create` output (#753)
18+
19+
### Documentation
20+
21+
- Refine field update conversion guidance (#748)
22+
523
## [v1.0.23] - 2026-04-30
624

725
### Features
@@ -579,6 +597,7 @@ Bundled AI agent skills for intelligent assistance:
579597
- Bilingual documentation (English & Chinese).
580598
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
581599

600+
[v1.0.24]: https://github.com/larksuite/cli/releases/tag/v1.0.24
582601
[v1.0.23]: https://github.com/larksuite/cli/releases/tag/v1.0.23
583602
[v1.0.22]: https://github.com/larksuite/cli/releases/tag/v1.0.22
584603
[v1.0.21]: https://github.com/larksuite/cli/releases/tag/v1.0.21

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

0 commit comments

Comments
 (0)