Skip to content

Commit ce0b68d

Browse files
authored
chore(release): v1.0.29 (#852)
1 parent cc16c4d commit ce0b68d

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.29] - 2026-05-12
6+
7+
### Features
8+
9+
- **vc**: Add agent meeting join, leave, and events shortcuts (#824)
10+
- **mail**: Add unknown-flag fuzzy match for `lark-cli mail` commands (#806)
11+
- **whiteboard**: Pin `whiteboard-cli` to `v0.2.11` in `lark-whiteboard` skill (#850)
12+
13+
### Bug Fixes
14+
15+
- Silence misleading "skills not installed" startup notice (#801)
16+
17+
### Documentation
18+
19+
- **base**: Refine data analysis SOP wording (#784, #849)
20+
- Update README capability descriptions (#793)
21+
522
## [v1.0.28] - 2026-05-11
623

724
### Features
@@ -659,6 +676,7 @@ Bundled AI agent skills for intelligent assistance:
659676
- Bilingual documentation (English & Chinese).
660677
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
661678

679+
[v1.0.29]: https://github.com/larksuite/cli/releases/tag/v1.0.29
662680
[v1.0.28]: https://github.com/larksuite/cli/releases/tag/v1.0.28
663681
[v1.0.27]: https://github.com/larksuite/cli/releases/tag/v1.0.27
664682
[v1.0.26]: https://github.com/larksuite/cli/releases/tag/v1.0.26

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

0 commit comments

Comments
 (0)