Skip to content

Commit 3bfb809

Browse files
authored
chore(release): v1.0.45 (#1207)
1 parent 639259f commit 3bfb809

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.0.45] - 2026-06-01
6+
7+
### Features
8+
9+
- **errors**: Add typed envelope contract for auth-domain errors (#1135)
10+
- **platform**: Support multiple policy rules per plugin (#1182)
11+
12+
### Bug Fixes
13+
14+
- **vc**: Add domain boundaries and enrich `+notes` (#1172)
15+
- **whiteboard**: Fix whiteboard skill (#1180)
16+
17+
### Refactor
18+
19+
- **auth**: Update login hint and split-flow docs (#1201)
20+
521
## [v1.0.44] - 2026-05-29
622

723
### Features
@@ -948,6 +964,7 @@ Bundled AI agent skills for intelligent assistance:
948964
- Bilingual documentation (English & Chinese).
949965
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
950966

967+
[v1.0.45]: https://github.com/larksuite/cli/releases/tag/v1.0.45
951968
[v1.0.44]: https://github.com/larksuite/cli/releases/tag/v1.0.44
952969
[v1.0.43]: https://github.com/larksuite/cli/releases/tag/v1.0.43
953970
[v1.0.42]: https://github.com/larksuite/cli/releases/tag/v1.0.42

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@larksuite/cli",
3-
"version": "1.0.44",
3+
"version": "1.0.45",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)