diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8c5b19..a22f931b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [v1.0.50] - 2026-06-09 + +### Features + +- **doc**: Emit typed error envelopes across the doc domain (#1346) +- **event**: Emit typed error envelopes across the event domain (#1289) +- **contact**: Emit typed error envelopes across the contact domain (#1287) +- **sheets**: Guard `+csv-put --csv` against a path passed without `@` (#1337) +- **cli**: Adjust agent timeout hint output conditions (#1328) + +### Bug Fixes + +- **drive**: Add `@file`/stdin support to `+add-comment --content` (#1343) +- **slides**: Build create URL locally instead of drive metas call (#1329) +- **cli**: Clarify `--block-id` supports comma-separated batch delete in help text (#1336) + +### Documentation + +- **doc**: Replace append with `block_insert_after` in skeleton workflow guidance (#1340) +- **doc**: Document `` resource block (#1168) +- **drive**: Add drive comment location guidance (#1258) + ## [v1.0.49] - 2026-06-08 ### Features @@ -1066,6 +1088,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.48]: https://github.com/larksuite/cli/releases/tag/v1.0.48 [v1.0.47]: https://github.com/larksuite/cli/releases/tag/v1.0.47 diff --git a/package.json b/package.json index bc366cae..30dbee24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.49", + "version": "1.0.50", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"