Skip to content

Commit ae76a07

Browse files
author
zhoulixiang
committed
release: 3.22.1
1 parent 4dd9f1b commit ae76a07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
# 3.22.1
4+
5+
- 【patch】校正部分词库 [#252](https://github.com/zh-lx/pinyin-pro/pull/252)
6+
- 【perf】小幅优化性能 [#251](https://github.com/zh-lx/pinyin-pro/pull/251)
7+
38
# 3.22.0
49

510
- 【feat】各 api 全面适配双 unicode 编码中文字符 [#242](https://github.com/zh-lx/pinyin-pro/pull/242)[#243](https://github.com/zh-lx/pinyin-pro/pull/243)[#247](https://github.com/zh-lx/pinyin-pro/pull/247)

package.json

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

0 commit comments

Comments
 (0)