We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42746d6 commit 8c700aeCopy full SHA for 8c700ae
2 files changed
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v1.0.36] - 2026-05-21
6
+
7
+### Features
8
9
+- **drive/markdown**: Return real tenant URLs for `drive +upload` and `markdown +create` (#992)
10
11
+### Bug Fixes
12
13
+- **auth**: Return validation error when `--scope` is empty in `auth check` (#999)
14
15
+### Documentation
16
17
+- **lark-drive**: Improve search evidence guidance (#864)
18
19
## [v1.0.35] - 2026-05-20
20
21
### Features
package.json
@@ -1,6 +1,6 @@
1
{
"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"
0 commit comments