From 8c700aea00628d15d4cb71de63fe6622d5f2d2bd Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Thu, 21 May 2026 12:24:14 +0800 Subject: [PATCH] chore(release): v1.0.36 (#1011) Change-Id: Ifb0b6bf05d486943d9a689bf63dde2251dcd3500 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84b721e8..c45d13b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3f42ed39c..f61668d4e 100644 --- a/package.json +++ b/package.json @@ -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"