From 524d8d19961db8ddbbdaca2288692ee4138caac4 Mon Sep 17 00:00:00 2001 From: "lark-cli-release-bot[bot]" <299764216+lark-cli-release-bot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 08:11:01 +0000 Subject: [PATCH] chore: release v1.0.66 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23a1fcff..be8857520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v1.0.66] - 2026-07-04 + +### Misc + +- No user-facing changes. + ## [v1.0.65] - 2026-07-03 ### Features @@ -1371,6 +1377,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.66]: https://github.com/larksuite/cli/releases/tag/v1.0.66 [v1.0.65]: https://github.com/larksuite/cli/releases/tag/v1.0.65 [v1.0.64]: https://github.com/larksuite/cli/releases/tag/v1.0.64 [v1.0.62]: https://github.com/larksuite/cli/releases/tag/v1.0.62 diff --git a/package.json b/package.json index 79703c03a..5b46ead5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.65", + "version": "1.0.66", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"