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"