Skip to content

Commit 109d3da

Browse files
authored
chore(release): v1.0.47 (larksuite#1255)
1 parent 66e2075 commit 109d3da

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.47] - 2026-06-03
6+
7+
### Features
8+
9+
- **sheets**: Add spec-driven shortcut package with backward-compatible wrapper (#1220)
10+
- **base**: Add base block shortcuts (#1044)
11+
- **im**: Complete card message format (#1198)
12+
- **im**: Improve markdown guidance for messages (#1237)
13+
- **vc**: Forward invite call-id on meeting join (#1243)
14+
- **drive**: Emit typed error envelopes across the drive domain (#1205)
15+
- **common**: Emit typed validation errors from shared shortcut pre-checks (#1242)
16+
- **mail**: Validate `message_ids` in `+messages` before batch get (#1202)
17+
- **wiki**: Support `appid` member type (#1235)
18+
- **cli**: Add `--json` flag as no-op alias for `--format json` (#1104)
19+
- **config**: Validate credentials after `config init` (#1151)
20+
21+
### Bug Fixes
22+
23+
- **skills**: Recover empty fallback for skills to update (#1233)
24+
525
## [v1.0.46] - 2026-06-02
626

727
### Features
@@ -989,6 +1009,7 @@ Bundled AI agent skills for intelligent assistance:
9891009
- Bilingual documentation (English & Chinese).
9901010
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
9911011

1012+
[v1.0.47]: https://github.com/larksuite/cli/releases/tag/v1.0.47
9921013
[v1.0.46]: https://github.com/larksuite/cli/releases/tag/v1.0.46
9931014
[v1.0.45]: https://github.com/larksuite/cli/releases/tag/v1.0.45
9941015
[v1.0.44]: https://github.com/larksuite/cli/releases/tag/v1.0.44

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

0 commit comments

Comments
 (0)