release: 3.25.0

This commit is contained in:
zh-lx
2024-09-24 22:38:18 +08:00
parent bd915fecc8
commit 77d8ae969a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# 更新日志
## 3.25.0
- 【feat】`match` API 新增 `v` 选项,允许使用 `v` 匹配 `ü` 的拼音 [#276](https://github.com/zh-lx/pinyin-pro/pull/276)
## 3.24.2
- 【feat】`html` API 增加 `rp` 选项,用于去除输出结果中的 `<rp>(</rp>``<rp>)</rp>` [#272](https://github.com/zh-lx/pinyin-pro/pull/272)

View File

@@ -1,6 +1,6 @@
{
"name": "pinyin-pro",
"version": "3.24.2",
"version": "3.25.0",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",