From 548a66e701da45327754da453b23a81342af3eef Mon Sep 17 00:00:00 2001 From: Moy Date: Fri, 15 May 2026 14:24:20 +0800 Subject: [PATCH] docs: split 1.6.3 release notes --- CHANGELOG.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff4c05..a3f3c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [1.6.2~1.6.3] - 2026-05-15 - -### 🔧 Maintenance - -- Updated pnpm lockfile after removing `builtin-modules` and `dotenv` dependencies -- Added GitHub artifact attestations for `main.js` and `styles.css` release assets -- Fixed all Obsidian plugin linter warnings. - -
-中文说明(点击展开) - -### 🔧 维护 - -- 为 release 产物 `main.js` 和 `styles.css` 添加 GitHub Artifact Attestation(加密溯源证明) -- 修复所有 Obsidian 插件 linter 警告 -- 移除 `builtin-modules` 和 `dotenv` 依赖后同步更新 pnpm lockfile - -
- ---- - ## [1.6.2] - 2026-05-15 ### 🔧 Maintenance @@ -47,6 +26,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.6.3] - 2026-05-15 + +### 🔧 Maintenance + +- Updated pnpm lockfile after removing `builtin-modules` and `dotenv` dependencies +- Added GitHub artifact attestations for `main.js` and `styles.css` release assets +- Fixed all Obsidian plugin linter warnings. + +
+中文说明(点击展开) + +### 🔧 维护 + +- 为 release 产物 `main.js` 和 `styles.css` 添加 GitHub Artifact Attestation(加密溯源证明) +- 修复所有 Obsidian 插件 linter 警告 +- 移除 `builtin-modules` 和 `dotenv` 依赖后同步更新 pnpm lockfile + +
+ +--- + ## [1.6.1] - 2026-05-12 ### ✨ Added