chore(release): v1.0.36 (#1011)

Change-Id: Ifb0b6bf05d486943d9a689bf63dde2251dcd3500
This commit is contained in:
liangshuo-1
2026-05-21 12:24:14 +08:00
committed by GitHub
parent 42746d6c9d
commit 8c700aea00
2 changed files with 15 additions and 1 deletions

View File

@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
## [v1.0.36] - 2026-05-21
### Features
- **drive/markdown**: Return real tenant URLs for `drive +upload` and `markdown +create` (#992)
### Bug Fixes
- **auth**: Return validation error when `--scope` is empty in `auth check` (#999)
### Documentation
- **lark-drive**: Improve search evidence guidance (#864)
## [v1.0.35] - 2026-05-20
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@larksuite/cli",
"version": "1.0.35",
"version": "1.0.36",
"description": "The official CLI for Lark/Feishu open platform",
"bin": {
"lark-cli": "scripts/run.js"