diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f110a93f..da41bc33ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [v1.0.30] - 2026-05-13 + +### Features + +- **im**: Add `--chat-mode topic` to `+chat-create` (#790) + +### Bug Fixes + +- **auth**: Support comma-separated `--scope` in `auth login` (#764) +- **auth**: Clarify URL handling in auth messages and docs (#856) +- **bind**: Accept `~/` paths in OpenClaw secret references (#839) + +### Tests + +- **update**: Isolate stamp writes from real `~/.lark-cli/skills.stamp` (#858) + ## [v1.0.29] - 2026-05-12 ### Features @@ -676,6 +692,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.30]: https://github.com/larksuite/cli/releases/tag/v1.0.30 [v1.0.29]: https://github.com/larksuite/cli/releases/tag/v1.0.29 [v1.0.28]: https://github.com/larksuite/cli/releases/tag/v1.0.28 [v1.0.27]: https://github.com/larksuite/cli/releases/tag/v1.0.27 diff --git a/package.json b/package.json index 79029b941d..d25a496f77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.29", + "version": "1.0.30", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"