Skip to content

Commit bba13cf

Browse files
authored
chore: release v1.0.56 (#1518)
1 parent 815cdb8 commit bba13cf

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.56] - 2026-06-18
6+
7+
### Features
8+
9+
- **apps**: Add `+session-messages-list` for session turn reply messages (#1402)
10+
11+
### Bug Fixes
12+
13+
- **api**: Align API success envelopes (#1489)
14+
- **base**: Reject out-of-range pagination flags (#1495)
15+
16+
### Refactor
17+
18+
- Retire legacy error envelopes and enforce typed contract (#1449)
19+
20+
### Documentation
21+
22+
- **skills**: Soften lark-doc style guidance (#1463)
23+
24+
### Build
25+
26+
- Add CI quality gate with semantic review
27+
528
## [v1.0.55] - 2026-06-16
629

730
### Features
@@ -1189,6 +1212,7 @@ Bundled AI agent skills for intelligent assistance:
11891212
- Bilingual documentation (English & Chinese).
11901213
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
11911214

1215+
[v1.0.56]: https://github.com/larksuite/cli/releases/tag/v1.0.56
11921216
[v1.0.55]: https://github.com/larksuite/cli/releases/tag/v1.0.55
11931217
[v1.0.54]: https://github.com/larksuite/cli/releases/tag/v1.0.54
11941218
[v1.0.53]: https://github.com/larksuite/cli/releases/tag/v1.0.53

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

0 commit comments

Comments
 (0)