Skip to content

Commit d9799a2

Browse files
author
zhoulixiang
committed
release: 3.19.5
1 parent a5a5bf3 commit d9799a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 3.19.5
4+
5+
- 【fix】修复非中文字符 `pattern: 'first` 模式下首字母获取失败的情况
6+
37
## 3.19.4
48

59
- 【fix】修复非中文字符在 `toneType: none` 参数下转换错误的问题 [#156](https://github.com/zh-lx/pinyin-pro/issues/156)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinyin-pro",
3-
"version": "3.19.4",
3+
"version": "3.19.5",
44
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)