chore: release v1.103.1

This commit is contained in:
Jim Liu 宝玉 2026-04-13 11:13:06 -05:00
parent bfdd64bd4e
commit 30d2ac98ce
3 changed files with 13 additions and 1 deletions

View File

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

View File

@ -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

View File

@ -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
### 新功能