From 493b3cce953cac888977a0cba10d68f3e527eb51 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Thu, 4 Jun 2026 20:49:54 +0800 Subject: [PATCH] chore(release): v1.0.48 (#1270) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d292b5..0e274693 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.48] - 2026-06-04 + +### Features + +- **mail**: Preserve mailbox context in `+triage` output for public mailboxes (#1238) +- **contact**: Add contact skill domain guidance (#1144) + +### Bug Fixes + +- **skills**: Use JSON skills list during update (#1251) + +### Documentation + +- **drive**: Refine lark-drive knowledge organize workflow (#1253) +- **vc-agent**: Require explicit leave request (#1260) +- **slides**: Add whiteboard element documentation and improve slide guidance (#1029) + ## [v1.0.47] - 2026-06-03 ### Features @@ -1009,6 +1026,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.46]: https://github.com/larksuite/cli/releases/tag/v1.0.46 [v1.0.45]: https://github.com/larksuite/cli/releases/tag/v1.0.45 diff --git a/package.json b/package.json index 403b2f4c..562c8a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.47", + "version": "1.0.48", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"