From f950211745204618c99f84bba39a7f64fddd4a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Wed, 1 Apr 2026 20:03:04 +0800 Subject: [PATCH] chore: add v1.0.2 changelog and bump version Change-Id: Id02603da7916689f79861f543a5e0f261f443753 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6d083ba..a414b8ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [v1.0.2] - 2026-04-01 + +### Features + +- Improve OS keychain/DPAPI access error handling for sandbox environments (#173) +- **mail**: Auto-resolve local image paths in draft body HTML (#139) + +### Bug Fixes + +- Correct URL formatting in login `--no-wait` output (#169) + +### Documentation + +- Add concise AGENTS development guide (#178) + +### CI + +- Refine PR business area labels and introduce skill format check (#148) + +### Chore + +- Add pull request template (#176) + ## [v1.0.1] - 2026-03-31 ### Features @@ -87,5 +110,6 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.2]: https://github.com/larksuite/cli/releases/tag/v1.0.2 [v1.0.1]: https://github.com/larksuite/cli/releases/tag/v1.0.1 [v1.0.0]: https://github.com/larksuite/cli/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 237ce7272..7cdae7303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.1", + "version": "1.0.2", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"