Skip to content

Commit d3fbc88

Browse files
authored
chore(release): v1.0.37 (#1021)
Change-Id: Ifcc78649e294d516015846d746bb2bc65b239eb3
1 parent 652e969 commit d3fbc88

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.37] - 2026-05-21
6+
7+
### Features
8+
9+
- **apps**: Add miaoda apps domain with 6 shortcuts covering `+create` / `+update` / `+list` / `+access-scope-get` / `+access-scope-set` / `+html-publish` (#1002)
10+
11+
### Bug Fixes
12+
13+
- **permission**: Surface auto-grant skipped/failed cases via stderr warnings and a `hint` field in the `permission_grant` JSON output (#1015)
14+
- **sheets**: Use `FileIO` for `+write-image` input so stdin / `-` works consistently (#996)
15+
516
## [v1.0.36] - 2026-05-21
617

718
### Features
@@ -806,6 +817,8 @@ Bundled AI agent skills for intelligent assistance:
806817
- Bilingual documentation (English & Chinese).
807818
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
808819

820+
[v1.0.37]: https://github.com/larksuite/cli/releases/tag/v1.0.37
821+
[v1.0.36]: https://github.com/larksuite/cli/releases/tag/v1.0.36
809822
[v1.0.35]: https://github.com/larksuite/cli/releases/tag/v1.0.35
810823
[v1.0.34]: https://github.com/larksuite/cli/releases/tag/v1.0.34
811824
[v1.0.33]: https://github.com/larksuite/cli/releases/tag/v1.0.33

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

0 commit comments

Comments
 (0)