Skip to content

Commit ef89d1f

Browse files
authored
chore(release): v1.0.33 (#952)
Change-Id: Iea77769a6a0f4e77e8946b72ddb619782be3ea42
1 parent c8b9809 commit ef89d1f

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.33] - 2026-05-18
6+
7+
### Features
8+
9+
- **markdown**: Add `+patch` shortcut (#857)
10+
- **slides**: Improve slide planning and validation guidance (#847)
11+
- **drive**: Add `+sync` workflow for Drive directories (#873)
12+
- **drive**: Add drive version shortcut (#841)
13+
- **extension**: Plugin / Hook framework with command pruning (#910)
14+
15+
### Bug Fixes
16+
17+
- **sheets**: Explicitly document safe JSON unmarshal ignore in `DryRun` (#935)
18+
- **base**: Mark base field update high risk (#936)
19+
- **auth**: Guide agents to yield during auth device flow (#933)
20+
21+
### Documentation
22+
23+
- **lark-wiki**: Correct the `--as` default-identity claim (#919)
24+
25+
### Tests
26+
27+
- Drop stale e2e `--yes` flags (#920)
28+
529
## [v1.0.32] - 2026-05-15
630

731
### Features
@@ -721,6 +745,7 @@ Bundled AI agent skills for intelligent assistance:
721745
- Bilingual documentation (English & Chinese).
722746
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
723747

748+
[v1.0.33]: https://github.com/larksuite/cli/releases/tag/v1.0.33
724749
[v1.0.32]: https://github.com/larksuite/cli/releases/tag/v1.0.32
725750
[v1.0.31]: https://github.com/larksuite/cli/releases/tag/v1.0.31
726751
[v1.0.30]: https://github.com/larksuite/cli/releases/tag/v1.0.30

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

0 commit comments

Comments
 (0)