mirror of
https://github.com/moyf/easy-copy.git
synced 2026-07-22 05:43:47 +00:00
build: 1.6.4
This commit is contained in:
parent
80439dd2c2
commit
42b41f5df4
4 changed files with 21 additions and 3 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue