From 37b7f08491c0ada66cdcd4b63b4466da85565312 Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Fri, 22 May 2026 03:11:41 +0800 Subject: [PATCH] chore(release): v1.0.38 - 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 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c806a02..bc454665c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v1.0.38] - 2026-05-22 + +### Features + +- **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) + ## [v1.0.37] - 2026-05-21 ### Features @@ -817,6 +823,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38 [v1.0.37]: https://github.com/larksuite/cli/releases/tag/v1.0.37 [v1.0.36]: https://github.com/larksuite/cli/releases/tag/v1.0.36 [v1.0.35]: https://github.com/larksuite/cli/releases/tag/v1.0.35 diff --git a/package.json b/package.json index 3d6b9a719..1db2e4ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.37", + "version": "1.0.38", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"