From ef89d1fd40e68e9f9697d0fc7ef9a06cb3ff14f8 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Mon, 18 May 2026 22:25:05 +0800 Subject: [PATCH] chore(release): v1.0.33 (#952) Change-Id: Iea77769a6a0f4e77e8946b72ddb619782be3ea42 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d17de395..90b655892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [v1.0.33] - 2026-05-18 + +### Features + +- **markdown**: Add `+patch` shortcut (#857) +- **slides**: Improve slide planning and validation guidance (#847) +- **drive**: Add `+sync` workflow for Drive directories (#873) +- **drive**: Add drive version shortcut (#841) +- **extension**: Plugin / Hook framework with command pruning (#910) + +### Bug Fixes + +- **sheets**: Explicitly document safe JSON unmarshal ignore in `DryRun` (#935) +- **base**: Mark base field update high risk (#936) +- **auth**: Guide agents to yield during auth device flow (#933) + +### Documentation + +- **lark-wiki**: Correct the `--as` default-identity claim (#919) + +### Tests + +- Drop stale e2e `--yes` flags (#920) + ## [v1.0.32] - 2026-05-15 ### Features @@ -721,6 +745,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.33]: https://github.com/larksuite/cli/releases/tag/v1.0.33 [v1.0.32]: https://github.com/larksuite/cli/releases/tag/v1.0.32 [v1.0.31]: https://github.com/larksuite/cli/releases/tag/v1.0.31 [v1.0.30]: https://github.com/larksuite/cli/releases/tag/v1.0.30 diff --git a/package.json b/package.json index c2651294a..3fb52a05d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.32", + "version": "1.0.33", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"