We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd9f1b commit ae76a07Copy full SHA for ae76a07
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# 更新日志
2
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
8
# 3.22.0
9
10
- 【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,6 +1,6 @@
{
"name": "pinyin-pro",
- "version": "3.22.0",
+ "version": "3.22.1",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
0 commit comments