release: 3.22.2

This commit is contained in:
zhoulixiang
2024-06-14 15:25:49 +08:00
parent 8d3f8eabed
commit cfeadddcc6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# 更新日志
# 3.22.2
- 【fix】修复 alias 导致的 `.d.ts` 文件报错 [#253](https://github.com/zh-lx/pinyin-pro/pull/253)
# 3.22.1
- 【patch】校正部分词库 [#252](https://github.com/zh-lx/pinyin-pro/pull/252)

View File

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