Skip to content

Commit e1af7e3

Browse files
authored
chore: release v1.0.53 (#1443)
]
1 parent 693e299 commit e1af7e3

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.53] - 2026-06-12
6+
7+
### Features
8+
9+
- **auth**: Revoke user tokens server-side on `auth logout` (#1434)
10+
- **auth**: Add `--json` flag support to auth subcommands (#1431)
11+
- **token**: Mint TAT via unified OAuth v3 Token Endpoint (#1408)
12+
- **note**: Split note into a dedicated domain with `+detail` and `+transcript` flows (#1345, #1417, #1435)
13+
- **im**: Unify sort flags into `--sort` field and `--order` direction (#1302)
14+
15+
### Bug Fixes
16+
17+
- **apps**: Read release error_logs from `data.error_logs` in `+release-get` (#1436)
18+
19+
### Documentation
20+
21+
- **skills**: Optimize whiteboard skill (#1371)
22+
- **skills**: Optimize okr skill (#1368)
23+
524
## [v1.0.52] - 2026-06-11
625

726
### Features
@@ -1130,6 +1149,7 @@ Bundled AI agent skills for intelligent assistance:
11301149
- Bilingual documentation (English & Chinese).
11311150
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
11321151

1152+
[v1.0.53]: https://github.com/larksuite/cli/releases/tag/v1.0.53
11331153
[v1.0.52]: https://github.com/larksuite/cli/releases/tag/v1.0.52
11341154
[v1.0.51]: https://github.com/larksuite/cli/releases/tag/v1.0.51
11351155
[v1.0.50]: https://github.com/larksuite/cli/releases/tag/v1.0.50

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.52",
3+
"version": "1.0.53",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)