build: 1.6.4

This commit is contained in:
Moy 2026-05-15 15:11:58 +08:00
parent 80439dd2c2
commit 42b41f5df4
4 changed files with 21 additions and 3 deletions

View file

@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.6.4] - 2026-05-15
### 🔧 Maintenance
- Updated pnpm lockfile after removing `builtin-modules` and `dotenv` dependencies
<details>
<summary>中文说明(点击展开)</summary>
### 🔧 维护
- 移除 `builtin-modules``dotenv` 依赖后同步更新 pnpm lockfile
</details>
---
## [1.6.3] - 2026-05-15

View file

@ -1,7 +1,7 @@
{
"id": "easy-copy",
"name": "Easy Copy",
"version": "1.6.3",
"version": "1.6.4",
"minAppVersion": "1.8.7",
"description": "Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading.",
"author": "Moy",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.6.3",
"version": "1.6.4",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -18,5 +18,6 @@
"1.6.0": "0.15.0",
"1.6.1": "0.15.0",
"1.6.2": "0.15.0",
"1.6.3": "0.15.0"
"1.6.3": "0.15.0",
"1.6.4": "1.8.7"
}