chore: release v1.65.1
This commit is contained in:
parent
7e07c1bb84
commit
004236682d
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"metadata": {
|
||||
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
||||
"version": "1.65.0"
|
||||
"version": "1.65.1"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
English | [中文](./CHANGELOG.zh.md)
|
||||
|
||||
## 1.65.1 - 2026-03-13
|
||||
|
||||
### Refactor
|
||||
- `baoyu-translate`: replace remark/unified with markdown-it for chunk parsing, add main.ts CLI entry point
|
||||
|
||||
## 1.65.0 - 2026-03-13
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
[English](./CHANGELOG.md) | 中文
|
||||
|
||||
## 1.65.1 - 2026-03-13
|
||||
|
||||
### 重构
|
||||
- `baoyu-translate`:将 chunk 解析从 remark/unified 替换为 markdown-it,新增 main.ts CLI 入口
|
||||
|
||||
## 1.65.0 - 2026-03-13
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
Loading…
Reference in New Issue