From 80eb379a6a131538975bd5091ece2ec078f24ee9 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Thu, 30 Jul 2026 21:48:14 +0800 Subject: [PATCH] chore: release v1.0.81 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98dd6c6fed..7a54be092c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [v1.0.81] - 2026-07-30 + +### Features + +- support visible_rule for form questions (#1891) +- **contact**: add bot search shortcut (#2083) +- add SXSD schema validation to Slides lint (#2103) + +### Bug Fixes + +- **contact**: stop bot match segments carrying tags or empty entries (#2115) +- **base**: resolve Base URL block types accurately (#2099) + +### Documentation + +- **calendar**: warn against container-default timezone in time conversion (#2104) + ## [v1.0.80] - 2026-07-29 ### Features @@ -1722,6 +1739,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.81]: https://github.com/larksuite/cli/releases/tag/v1.0.81 [v1.0.80]: https://github.com/larksuite/cli/releases/tag/v1.0.80 [v1.0.79]: https://github.com/larksuite/cli/releases/tag/v1.0.79 [v1.0.78]: https://github.com/larksuite/cli/releases/tag/v1.0.78 diff --git a/package-lock.json b/package-lock.json index 5af087a0c3..b4c2814f1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@larksuite/cli", - "version": "1.0.80", + "version": "1.0.81", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@larksuite/cli", - "version": "1.0.80", + "version": "1.0.81", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index f8b7aa7e14..26757ee82b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.80", + "version": "1.0.81", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"