chore: release v1.42.1

This commit is contained in:
Jim Liu 宝玉 2026-02-28 12:14:15 -06:00
parent 856e8e5205
commit 6796ec67bd
3 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,7 @@
},
"metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "1.42.0"
"version": "1.42.1"
},
"plugins": [
{

View File

@ -2,6 +2,11 @@
English | [中文](./CHANGELOG.zh.md)
## 1.42.1 - 2026-02-28
### Features
- `baoyu-markdown-to-html`: modularize render.ts into cli, constants, extend-config, html-builder, renderer, themes, and types modules; bundle code highlighting themes locally
## 1.42.0 - 2026-02-28
### Features

View File

@ -2,6 +2,11 @@
[English](./CHANGELOG.md) | 中文
## 1.42.1 - 2026-02-28
### 新功能
- `baoyu-markdown-to-html`:将 render.ts 拆分为 cli、constants、extend-config、html-builder、renderer、themes、types 模块;本地打包代码高亮主题
## 1.42.0 - 2026-02-28
### 新功能