Skip to content

Commit 0a0cdc8

Browse files
authored
chore(release): v1.0.15 (#575)
1 parent 67e51ec commit 0a0cdc8

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.15] - 2026-04-20
6+
7+
### Features
8+
9+
- **sheets**: Add float image shortcuts (#494)
10+
- **approval**: Document `remind` and `initiated` methods in skill (#554)
11+
12+
### Bug Fixes
13+
14+
- **base**: Preserve attachment metadata on base uploads (#563)
15+
- **base**: Fix role view and record default permission on edit (#530)
16+
- **sheets**: Normalize single-cell range in `+set-style` and `+batch-set-style` (#548)
17+
- **im**: Cap `basic_batch` user_ids at 10 per API limit (#551)
18+
- **install**: Refine install wizard messages (#529)
19+
- **whiteboard**: Deprecate old `lark-whiteboard-cli` skill (#547)
20+
521
## [v1.0.14] - 2026-04-17
622

723
### Features
@@ -404,6 +420,7 @@ Bundled AI agent skills for intelligent assistance:
404420
- Bilingual documentation (English & Chinese).
405421
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
406422

423+
[v1.0.15]: https://github.com/larksuite/cli/releases/tag/v1.0.15
407424
[v1.0.14]: https://github.com/larksuite/cli/releases/tag/v1.0.14
408425
[v1.0.13]: https://github.com/larksuite/cli/releases/tag/v1.0.13
409426
[v1.0.12]: https://github.com/larksuite/cli/releases/tag/v1.0.12

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

0 commit comments

Comments
 (0)