From d3fbc88527dc2e08bd6e8f2e57314decf42f33d2 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Thu, 21 May 2026 20:44:23 +0800 Subject: [PATCH] chore(release): v1.0.37 (#1021) Change-Id: Ifcc78649e294d516015846d746bb2bc65b239eb3 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c45d13b0f..10c806a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [v1.0.37] - 2026-05-21 + +### Features + +- **apps**: Add miaoda apps domain with 6 shortcuts covering `+create` / `+update` / `+list` / `+access-scope-get` / `+access-scope-set` / `+html-publish` (#1002) + +### Bug Fixes + +- **permission**: Surface auto-grant skipped/failed cases via stderr warnings and a `hint` field in the `permission_grant` JSON output (#1015) +- **sheets**: Use `FileIO` for `+write-image` input so stdin / `-` works consistently (#996) + ## [v1.0.36] - 2026-05-21 ### Features @@ -806,6 +817,8 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.34]: https://github.com/larksuite/cli/releases/tag/v1.0.34 [v1.0.33]: https://github.com/larksuite/cli/releases/tag/v1.0.33 diff --git a/package.json b/package.json index f61668d4e..3d6b9a719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.36", + "version": "1.0.37", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"