diff --git a/CHANGELOG.md b/CHANGELOG.md index 419ffd04..8811af0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [v1.0.52] - 2026-06-11 + +### Features + +- **events**: Per-resource subscription identity + Match hook (#1185) +- **apps**: Emit typed error envelopes across the apps domain (#1288) +- **wiki**: Emit typed error envelopes across the wiki domain (#1350) +- **im**: Add `--chat-modes` filter to chat search (#1317) +- **apps**: Exclude `.git` directory from `+html-publish` package (#1396) +- **build**: Support riscv64 prebuilt binaries in release and install pipeline + +### Bug Fixes + +- **apps**: Support git credential dry-run (#1390) +- **whiteboard**: Fix parsing empty whiteboard content (#1391) +- **build**: Make `-race` flag arch-conditional to support riscv64 + +### Documentation + +- **im**: Document `chat.user_setting` batch_query/batch_update (#1339) +- **im**: Document `chat.managers` and `chat.moderation` API resources (#1294) +- **skills**: Optimize lark-drive skill routing (#1284) +- **skills**: Expand cite user guidance and fix typos (#1394) + ## [v1.0.51] - 2026-06-10 ### Features @@ -1106,6 +1130,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.52]: https://github.com/larksuite/cli/releases/tag/v1.0.52 [v1.0.51]: https://github.com/larksuite/cli/releases/tag/v1.0.51 [v1.0.50]: https://github.com/larksuite/cli/releases/tag/v1.0.50 [v1.0.49]: https://github.com/larksuite/cli/releases/tag/v1.0.49 diff --git a/package.json b/package.json index eba14c07..049429ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.51", + "version": "1.0.52", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"