From 30d2ac98ce3c0b0053f9da487b84ea5e57699a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Mon, 13 Apr 2026 11:13:06 -0500 Subject: [PATCH] chore: release v1.103.1 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 6 ++++++ CHANGELOG.zh.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 30aacca..3ec7284 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.103.0" + "version": "1.103.1" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa58a1..e1061d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.103.1 - 2026-04-13 + +### Fixes +- `baoyu-markdown-to-html`: decode HTML entities and strip tags from article summary +- `baoyu-post-to-weibo`: decode HTML entities and strip tags from article summary + ## 1.103.0 - 2026-04-12 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 456f1ce..a83a07d 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.103.1 - 2026-04-13 + +### 修复 +- `baoyu-markdown-to-html`:修复文章摘要中 HTML 实体未解码及 HTML 标签未剥离的问题 +- `baoyu-post-to-weibo`:修复文章摘要中 HTML 实体未解码及 HTML 标签未剥离的问题 + ## 1.103.0 - 2026-04-12 ### 新功能