mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-21 09:49:48 +08:00
chore: release v1.66.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
||||||
"version": "1.66.0"
|
"version": "1.66.1"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
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
|
## 1.66.0 - 2026-03-13
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[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
|
## 1.66.0 - 2026-03-13
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|||||||
Reference in New Issue
Block a user