Skip to content

Commit ff3b3d1

Browse files
committed
chore(release): v1.0.51
Change-Id: Ibfd34a7f8da79a9e312d6c4f88c5e105bbc6f156
1 parent 2c703f2 commit ff3b3d1

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.51] - 2026-06-10
6+
7+
### Features
8+
9+
- **apps**: Support multi dev modes (#1175)
10+
- **im**: Complete audio/post rendering and add opt-in `--download-resources` (#1245)
11+
- **base**: Configure initial base table schema (#1377)
12+
- **vc**: Add recording event support (#1369)
13+
- **minutes**: Replace words for transcript (#1372)
14+
- **markdown**: Emit typed error envelopes across the markdown domain (#1347)
15+
- **sheets**: Emit typed error envelopes across the sheets domain (#1348)
16+
- **slides**: Emit typed error envelopes across the slides domain (#1349)
17+
18+
### Documentation
19+
20+
- **skills**: Warn about `@file` absolute path restriction in lark-doc skills (#1375)
21+
- **skills**: Remove unsupported ⚠️ from callout emoji list (#1374)
22+
523
## [v1.0.50] - 2026-06-09
624

725
### Features
@@ -1088,6 +1106,7 @@ Bundled AI agent skills for intelligent assistance:
10881106
- Bilingual documentation (English & Chinese).
10891107
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
10901108

1109+
[v1.0.51]: https://github.com/larksuite/cli/releases/tag/v1.0.51
10911110
[v1.0.50]: https://github.com/larksuite/cli/releases/tag/v1.0.50
10921111
[v1.0.49]: https://github.com/larksuite/cli/releases/tag/v1.0.49
10931112
[v1.0.48]: https://github.com/larksuite/cli/releases/tag/v1.0.48

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

0 commit comments

Comments
 (0)