From 9ebc8ee9eae9be85de9883add812183775cd3e3d Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:55:21 +0800 Subject: [PATCH] chore(release): v1.0.45 Change-Id: Ide8daccc64bb5993425135b4841517f2e79bbd80 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338715c24..583688813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [v1.0.45] - 2026-06-01 + +### Features + +- **errors**: Add typed envelope contract for auth-domain errors (#1135) +- **platform**: Support multiple policy rules per plugin (#1182) + +### Bug Fixes + +- **vc**: Add domain boundaries and enrich `+notes` (#1172) +- **whiteboard**: Fix whiteboard skill (#1180) + +### Refactor + +- **auth**: Update login hint and split-flow docs (#1201) + ## [v1.0.44] - 2026-05-29 ### Features @@ -948,6 +964,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.45]: https://github.com/larksuite/cli/releases/tag/v1.0.45 [v1.0.44]: https://github.com/larksuite/cli/releases/tag/v1.0.44 [v1.0.43]: https://github.com/larksuite/cli/releases/tag/v1.0.43 [v1.0.42]: https://github.com/larksuite/cli/releases/tag/v1.0.42 diff --git a/package.json b/package.json index 6d163a0b5..c4507486c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.44", + "version": "1.0.45", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"