diff --git a/CHANGELOG.md b/CHANGELOG.md index e5afa8c5d..69f110a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [v1.0.29] - 2026-05-12 + +### Features + +- **vc**: Add agent meeting join, leave, and events shortcuts (#824) +- **mail**: Add unknown-flag fuzzy match for `lark-cli mail` commands (#806) +- **whiteboard**: Pin `whiteboard-cli` to `v0.2.11` in `lark-whiteboard` skill (#850) + +### Bug Fixes + +- Silence misleading "skills not installed" startup notice (#801) + +### Documentation + +- **base**: Refine data analysis SOP wording (#784, #849) +- Update README capability descriptions (#793) + ## [v1.0.28] - 2026-05-11 ### Features @@ -659,6 +676,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.29]: https://github.com/larksuite/cli/releases/tag/v1.0.29 [v1.0.28]: https://github.com/larksuite/cli/releases/tag/v1.0.28 [v1.0.27]: https://github.com/larksuite/cli/releases/tag/v1.0.27 [v1.0.26]: https://github.com/larksuite/cli/releases/tag/v1.0.26 diff --git a/package.json b/package.json index 4a10fd2e5..79029b941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.28", + "version": "1.0.29", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"