Skip to content

Commit ac85c3e

Browse files
authored
chore(release): v1.0.38 (#1026)
- Bump version to 1.0.38 - Update CHANGELOG.md with the apps brand gating change since v1.0.37 - Backfill the [v1.0.38] link reference at the bottom of CHANGELOG.md Change-Id: I6fd0d1243e2219a1eaa1fae5fae4ff6d8de361da
1 parent daba3c9 commit ac85c3e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.38] - 2026-05-22
6+
7+
### Features
8+
9+
- **apps**: Gate the Miaoda apps domain off on the Lark brand — the `apps` shortcut subtree returns a structured brand-restriction error, `auth login --domain apps` is rejected, `--domain all` skips it, and `spark:*` scopes are no longer requested (#1025)
10+
511
## [v1.0.37] - 2026-05-21
612

713
### Features
@@ -817,6 +823,7 @@ Bundled AI agent skills for intelligent assistance:
817823
- Bilingual documentation (English & Chinese).
818824
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
819825

826+
[v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38
820827
[v1.0.37]: https://github.com/larksuite/cli/releases/tag/v1.0.37
821828
[v1.0.36]: https://github.com/larksuite/cli/releases/tag/v1.0.36
822829
[v1.0.35]: https://github.com/larksuite/cli/releases/tag/v1.0.35

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.37",
3+
"version": "1.0.38",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)