From 6796ec67bd329a908fb8721b08ee04424e4f5562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sat, 28 Feb 2026 12:14:15 -0600 Subject: [PATCH] chore: release v1.42.1 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 5 +++++ CHANGELOG.zh.md | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9b4badc..a6fef39 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.42.0" + "version": "1.42.1" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index fc560f1..019e09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index bd7ea61..be8bcc1 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -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 ### 新功能