Skip to content

Commit 8a8dff4

Browse files
authored
chore(release): v1.0.31 (#889)
Change-Id: I1609f900c4b5dc219e1e58aecb642928d418c5b3
1 parent 1c2d3d7 commit 8a8dff4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.0.31] - 2026-05-14
6+
7+
### Features
8+
9+
- **install**: Skip interactive prompts in non-TTY environments (#888)
10+
- **update**: Recommend `lark-cli update` over `npm install` for AI agents (#884)
11+
- **im**: Add `--exclude-muted` to `+chat-search` and new `+chat-list` shortcut (#820)
12+
- **auth**: Add `--exclude` flag and allow combining `--scope` with `--domain`/`--recommend` (#844)
13+
- **drive**: Add modified-time smart sync mode (#859)
14+
- **approval**: Add `tasks.add_sign` and `tasks.rollback` methods (#867)
15+
516
## [v1.0.30] - 2026-05-13
617

718
### Features
@@ -692,6 +703,7 @@ Bundled AI agent skills for intelligent assistance:
692703
- Bilingual documentation (English & Chinese).
693704
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
694705

706+
[v1.0.31]: https://github.com/larksuite/cli/releases/tag/v1.0.31
695707
[v1.0.30]: https://github.com/larksuite/cli/releases/tag/v1.0.30
696708
[v1.0.29]: https://github.com/larksuite/cli/releases/tag/v1.0.29
697709
[v1.0.28]: https://github.com/larksuite/cli/releases/tag/v1.0.28

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@larksuite/cli",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)