chore: release v1.66.1
This commit is contained in:
parent
774ad784d8
commit
0c02b81885
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"metadata": {
|
||||
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
||||
"version": "1.66.0"
|
||||
"version": "1.66.1"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
English | [中文](./CHANGELOG.zh.md)
|
||||
|
||||
## 1.66.1 - 2026-03-13
|
||||
|
||||
### Tests
|
||||
- Migrate test files from centralized `tests/` directory to colocate with source code
|
||||
- Convert tests from `.mjs` to TypeScript (`.test.ts`) with `tsx` runner
|
||||
- Add npm workspaces configuration and npm cache to CI workflow
|
||||
|
||||
## 1.66.0 - 2026-03-13
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
[English](./CHANGELOG.md) | 中文
|
||||
|
||||
## 1.66.1 - 2026-03-13
|
||||
|
||||
### 测试
|
||||
- 将测试文件从集中式 `tests/` 目录迁移至与源码同级
|
||||
- 将测试从 `.mjs` 转换为 TypeScript(`.test.ts`),使用 `tsx` 运行器
|
||||
- 新增 npm workspaces 配置,CI 工作流添加 npm 缓存
|
||||
|
||||
## 1.66.0 - 2026-03-13
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
Loading…
Reference in New Issue